TransformModifierEntityData
Inherits from EntityData
Summary
Constructors
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
realm
left
up
forward
invertLeft
bool
invertUp
bool
invertForward
bool
Static members
typeInfo
The type information for the TransformModifierEntityData type.