UpdateColorData

Inherits from ProcessorData

Summary

Constructors

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

Properties

Name Type
color Vec3

Static members

Name Type
UpdateColorData.typeInfo TypeInformation

Constructors

UpdateColorData

UpdateColorData()

Creates a new UpdateColorData frostbite instance.

UpdateColorData

UpdateColorData(guid: Guid)

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

Parameters

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

UpdateColorData

UpdateColorData(other: ProcessorData)

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

Parameters

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

UpdateColorData

UpdateColorData(other: EmitterComponentData)

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

Parameters

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

UpdateColorData

UpdateColorData(other: DataContainer)

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

Parameters

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

Properties

color

Vec3

Static members

typeInfo

TypeInformation

The type information for the UpdateColorData type.

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