TransformModifierEntityData

Inherits from EntityData

Summary

Constructors

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

Properties

Name Type
inValue LinearTransform
realm Realm
left ModifierAxis
up ModifierAxis
forward ModifierAxis
invertLeft bool
invertUp bool
invertForward bool

Static members

Name Type
TransformModifierEntityData.typeInfo TypeInformation

Constructors

TransformModifierEntityData

TransformModifierEntityData()

Creates a new TransformModifierEntityData frostbite instance.

TransformModifierEntityData

TransformModifierEntityData(guid: Guid)

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

Parameters

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

TransformModifierEntityData

TransformModifierEntityData(other: EntityData)

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

Parameters

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

TransformModifierEntityData

TransformModifierEntityData(other: GameObjectData)

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

Parameters

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

TransformModifierEntityData

TransformModifierEntityData(other: GameDataContainer)

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

Parameters

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

TransformModifierEntityData

TransformModifierEntityData(other: DataContainer)

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

Parameters

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

Properties

inValue

LinearTransform

realm

Realm

left

ModifierAxis

up

ModifierAxis

forward

ModifierAxis

invertLeft

bool

invertUp

bool

invertForward

bool

Static members

typeInfo

TypeInformation

The type information for the TransformModifierEntityData type.

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