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