AirResistanceData

Inherits from ProcessorData

Summary

Constructors

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

Properties

Name Type
dragFactor float

Static members

Name Type
AirResistanceData.typeInfo TypeInformation

Constructors

AirResistanceData

AirResistanceData()

Creates a new AirResistanceData frostbite instance.

AirResistanceData

AirResistanceData(guid: Guid)

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

Parameters

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

AirResistanceData

AirResistanceData(other: ProcessorData)

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

Parameters

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

AirResistanceData

AirResistanceData(other: EmitterComponentData)

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

Parameters

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

AirResistanceData

AirResistanceData(other: DataContainer)

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

Parameters

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

Properties

dragFactor

float

Static members

typeInfo

TypeInformation

The type information for the AirResistanceData type.

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