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