ExtendedConstraintsData

Inherits from DataContainer

Summary

Constructors

ExtendedConstraintsData()
ExtendedConstraintsData(guid: Guid)
ExtendedConstraintsData(other: DataContainer)

Properties

Name Type
heading float
width float
falloff float
angularConstraintMin float
angularConstraintMax float

Static members

Name Type
ExtendedConstraintsData.typeInfo TypeInformation

Constructors

ExtendedConstraintsData

ExtendedConstraintsData()

Creates a new ExtendedConstraintsData frostbite instance.

ExtendedConstraintsData

ExtendedConstraintsData(guid: Guid)

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

Parameters

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

ExtendedConstraintsData

ExtendedConstraintsData(other: DataContainer)

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

Parameters

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

Properties

heading

float

width

float

falloff

float

angularConstraintMin

float

angularConstraintMax

float

Static members

typeInfo

TypeInformation

The type information for the ExtendedConstraintsData type.

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