UIImageDataBinding
Inherits from UIDataBinding
Summary
Constructors
UIImageDataBinding() |
UIImageDataBinding(guid: Guid) |
UIImageDataBinding(other: UIDataBinding) |
UIImageDataBinding(other: DataContainer) |
Properties
Name | Type |
---|---|
staticImageUrl | string |
imageData | UIDataSourceInfo |
visibility | UIDataSourceInfo |
visible | bool |
Static members
Name | Type |
---|---|
UIImageDataBinding.typeInfo | TypeInformation |
Constructors
UIImageDataBinding
UIImageDataBinding()
Creates a new UIImageDataBinding frostbite instance.
UIImageDataBinding
UIImageDataBinding(guid: Guid)
Creates a new UIImageDataBinding frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
UIImageDataBinding
UIImageDataBinding(other: UIDataBinding)
Casts an instance of type UIDataBinding to UIImageDataBinding. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | UIDataBinding | The instance to cast to UIImageDataBinding. |
UIImageDataBinding
UIImageDataBinding(other: DataContainer)
Casts an instance of type DataContainer to UIImageDataBinding. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to UIImageDataBinding. |
Properties
staticImageUrl
string
imageData
visibility
visible
bool
Static members
typeInfo
The type information for the UIImageDataBinding type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)