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