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