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