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