TurbulanceData

Inherits from ProcessorData

Summary

Constructors

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

Properties

Name Type
intensity float

Static members

Name Type
TurbulanceData.typeInfo TypeInformation

Constructors

TurbulanceData

TurbulanceData()

Creates a new TurbulanceData frostbite instance.

TurbulanceData

TurbulanceData(guid: Guid)

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

Parameters

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

TurbulanceData

TurbulanceData(other: ProcessorData)

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

Parameters

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

TurbulanceData

TurbulanceData(other: EmitterComponentData)

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

Parameters

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

TurbulanceData

TurbulanceData(other: DataContainer)

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

Parameters

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

Properties

intensity

float

Static members

typeInfo

TypeInformation

The type information for the TurbulanceData type.

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