AssetPropertyBindingValue

Represents a data binding value referencing a specific asset property. It's used to bind computation model variables to actual asset property values for processing.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the asset containing the property. This identifies the specific asset instance's property value used in the computation model.

Link copied to clipboard

The ID of the property within the asset. This identifies the specific property's value used in the computation model.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String