EulerTransformSplitterEntityData
Inherits from EntityData
Summary
Constructors
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
realm
Static members
typeInfo
The type information for the EulerTransformSplitterEntityData type.