TransformSelectorEntityData

Inherits from EntityData

Summary

Constructors

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

Properties

Name Type
in1 LinearTransform
in2 LinearTransform
realm Realm
selection bool

Static members

Name Type
TransformSelectorEntityData.typeInfo TypeInformation

Constructors

TransformSelectorEntityData

TransformSelectorEntityData()

Creates a new TransformSelectorEntityData frostbite instance.

TransformSelectorEntityData

TransformSelectorEntityData(guid: Guid)

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

Parameters

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

TransformSelectorEntityData

TransformSelectorEntityData(other: EntityData)

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

Parameters

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

TransformSelectorEntityData

TransformSelectorEntityData(other: GameObjectData)

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

Parameters

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

TransformSelectorEntityData

TransformSelectorEntityData(other: GameDataContainer)

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

Parameters

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

TransformSelectorEntityData

TransformSelectorEntityData(other: DataContainer)

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

Parameters

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

Properties

in1

LinearTransform

in2

LinearTransform

realm

Realm

selection

bool

Static members

typeInfo

TypeInformation

The type information for the TransformSelectorEntityData type.

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