TransformSnapToGroundEntityData

Inherits from EntityData

Summary

Constructors

TransformSnapToGroundEntityData()
TransformSnapToGroundEntityData(guid: Guid)
TransformSnapToGroundEntityData(other: EntityData)
TransformSnapToGroundEntityData(other: GameObjectData)
TransformSnapToGroundEntityData(other: GameDataContainer)
TransformSnapToGroundEntityData(other: DataContainer)

Properties

Name Type
inValue LinearTransform
realm Realm
distanceToGround float
rayCastLength float
rayCastUpOffset float
alignWithGroundNormal bool

Static members

Name Type
TransformSnapToGroundEntityData.typeInfo TypeInformation

Constructors

TransformSnapToGroundEntityData

TransformSnapToGroundEntityData()

Creates a new TransformSnapToGroundEntityData frostbite instance.

TransformSnapToGroundEntityData

TransformSnapToGroundEntityData(guid: Guid)

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

Parameters

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

TransformSnapToGroundEntityData

TransformSnapToGroundEntityData(other: EntityData)

Casts an instance of type EntityData to TransformSnapToGroundEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other EntityData The instance to cast to TransformSnapToGroundEntityData.

TransformSnapToGroundEntityData

TransformSnapToGroundEntityData(other: GameObjectData)

Casts an instance of type GameObjectData to TransformSnapToGroundEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameObjectData The instance to cast to TransformSnapToGroundEntityData.

TransformSnapToGroundEntityData

TransformSnapToGroundEntityData(other: GameDataContainer)

Casts an instance of type GameDataContainer to TransformSnapToGroundEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameDataContainer The instance to cast to TransformSnapToGroundEntityData.

TransformSnapToGroundEntityData

TransformSnapToGroundEntityData(other: DataContainer)

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

Parameters

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

Properties

inValue

LinearTransform

realm

Realm

distanceToGround

float

rayCastLength

float

rayCastUpOffset

float

alignWithGroundNormal

bool

Static members

typeInfo

TypeInformation

The type information for the TransformSnapToGroundEntityData type.

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