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