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