LandingFlapData

Inherits from DataContainer

Summary

Constructors

LandingFlapData()
LandingFlapData(guid: Guid)
LandingFlapData(other: DataContainer)

Properties

Name Type
activationHeight float
heightTolerance float
activationVelocity float
velocityTolerance float

Static members

Name Type
LandingFlapData.typeInfo TypeInformation

Constructors

LandingFlapData

LandingFlapData()

Creates a new LandingFlapData frostbite instance.

LandingFlapData

LandingFlapData(guid: Guid)

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

Parameters

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

LandingFlapData

LandingFlapData(other: DataContainer)

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

Parameters

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

Properties

activationHeight

float

heightTolerance

float

activationVelocity

float

velocityTolerance

float

Static members

typeInfo

TypeInformation

The type information for the LandingFlapData type.

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