EulerTransformEntityData
Inherits from EntityData
Summary
Constructors
| EulerTransformEntityData() |
| EulerTransformEntityData(guid: Guid) |
| EulerTransformEntityData(other: EntityData) |
| EulerTransformEntityData(other: GameObjectData) |
| EulerTransformEntityData(other: GameDataContainer) |
| EulerTransformEntityData(other: DataContainer) |
Properties
| Name | Type |
|---|---|
| in1 | Vec3 |
| realm | Realm |
| inValue | float |
| euler | ModifierEuler |
Static members
| Name | Type |
|---|---|
| EulerTransformEntityData.typeInfo | TypeInformation |
Constructors
EulerTransformEntityData
EulerTransformEntityData()
Creates a new EulerTransformEntityData frostbite instance.
EulerTransformEntityData
EulerTransformEntityData(guid: Guid)
Creates a new EulerTransformEntityData frostbite instance and assigns it the provided Guid.
Parameters
| Name | Type | Description |
|---|---|---|
| guid | Guid | The Guid to assign to the newly created instance. |
EulerTransformEntityData
EulerTransformEntityData(other: EntityData)
Casts an instance of type EntityData to EulerTransformEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | EntityData | The instance to cast to EulerTransformEntityData. |
EulerTransformEntityData
EulerTransformEntityData(other: GameObjectData)
Casts an instance of type GameObjectData to EulerTransformEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | GameObjectData | The instance to cast to EulerTransformEntityData. |
EulerTransformEntityData
EulerTransformEntityData(other: GameDataContainer)
Casts an instance of type GameDataContainer to EulerTransformEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | GameDataContainer | The instance to cast to EulerTransformEntityData. |
EulerTransformEntityData
EulerTransformEntityData(other: DataContainer)
Casts an instance of type DataContainer to EulerTransformEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | DataContainer | The instance to cast to EulerTransformEntityData. |
Properties
in1
realm
inValue
float
euler
Static members
typeInfo
The type information for the EulerTransformEntityData type.