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