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