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