EulerTransformSplitterEntityData

Inherits from EntityData

Summary

Constructors

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

Properties

Name Type
transform LinearTransform
realm Realm

Static members

Name Type
EulerTransformSplitterEntityData.typeInfo TypeInformation

Constructors

EulerTransformSplitterEntityData

EulerTransformSplitterEntityData()

Creates a new EulerTransformSplitterEntityData frostbite instance.

EulerTransformSplitterEntityData

EulerTransformSplitterEntityData(guid: Guid)

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

Parameters

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

EulerTransformSplitterEntityData

EulerTransformSplitterEntityData(other: EntityData)

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

Parameters

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

EulerTransformSplitterEntityData

EulerTransformSplitterEntityData(other: GameObjectData)

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

Parameters

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

EulerTransformSplitterEntityData

EulerTransformSplitterEntityData(other: GameDataContainer)

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

Parameters

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

EulerTransformSplitterEntityData

EulerTransformSplitterEntityData(other: DataContainer)

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

Parameters

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

Properties

transform

LinearTransform

realm

Realm

Static members

typeInfo

TypeInformation

The type information for the EulerTransformSplitterEntityData type.

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