ProcessorData

Inherits from EmitterComponentData

Summary

Constructors

ProcessorData()
ProcessorData(guid: Guid)
ProcessorData(other: EmitterComponentData)
ProcessorData(other: DataContainer)

Properties

Name Type
defaultValues Vec4
nextProcessor ProcessorData | nil
pre EmitterComponentData | nil
evaluatorInput EmittableField
enable bool

Static members

Name Type
ProcessorData.typeInfo TypeInformation

Constructors

ProcessorData

ProcessorData()

Creates a new ProcessorData frostbite instance.

ProcessorData

ProcessorData(guid: Guid)

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

Parameters

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

ProcessorData

ProcessorData(other: EmitterComponentData)

Casts an instance of type EmitterComponentData to ProcessorData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other EmitterComponentData The instance to cast to ProcessorData.

ProcessorData

ProcessorData(other: DataContainer)

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

Parameters

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

Properties

defaultValues

Vec4

nextProcessor

ProcessorData | nil

pre

EmitterComponentData | nil

evaluatorInput

EmittableField

enable

bool

Static members

typeInfo

TypeInformation

The type information for the ProcessorData type.

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