EmitterDocument

Inherits from EmitterAsset

Summary

Constructors

EmitterDocument()
EmitterDocument(guid: Guid)
EmitterDocument(other: EmitterAsset)
EmitterDocument(other: Asset)
EmitterDocument(other: DataContainer)

Properties

Name Type
rootProcessor ProcessorData | nil
templateData EmitterTemplateData | nil

Static members

Name Type
EmitterDocument.typeInfo TypeInformation

Constructors

EmitterDocument

EmitterDocument()

Creates a new EmitterDocument frostbite instance.

EmitterDocument

EmitterDocument(guid: Guid)

Creates a new EmitterDocument frostbite instance and assigns it the provided Guid.

Parameters

Name Type Description
guid Guid The Guid to assign to the newly created instance.

EmitterDocument

EmitterDocument(other: EmitterAsset)

Casts an instance of type EmitterAsset to EmitterDocument. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other EmitterAsset The instance to cast to EmitterDocument.

EmitterDocument

EmitterDocument(other: Asset)

Casts an instance of type Asset to EmitterDocument. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other Asset The instance to cast to EmitterDocument.

EmitterDocument

EmitterDocument(other: DataContainer)

Casts an instance of type DataContainer to EmitterDocument. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DataContainer The instance to cast to EmitterDocument.

Properties

rootProcessor

ProcessorData | nil

templateData

EmitterTemplateData | nil

Static members

typeInfo

TypeInformation

The type information for the EmitterDocument type.

Last modified April 26, 2020: Update frostbite type documentation (8b14351c)