TransformHubEntityData
Inherits from EntityData
Summary
Constructors
| TransformHubEntityData() |
| TransformHubEntityData(guid: Guid) |
| TransformHubEntityData(other: EntityData) |
| TransformHubEntityData(other: GameObjectData) |
| TransformHubEntityData(other: GameDataContainer) |
| TransformHubEntityData(other: DataContainer) |
Properties
| Name | Type |
|---|---|
| in4 | LinearTransform |
| in1 | LinearTransform |
| in2 | LinearTransform |
| in3 | LinearTransform |
| in8 | LinearTransform |
| in5 | LinearTransform |
| in6 | LinearTransform |
| in7 | LinearTransform |
| realm | Realm |
Static members
| Name | Type |
|---|---|
| TransformHubEntityData.typeInfo | TypeInformation |
Constructors
TransformHubEntityData
TransformHubEntityData()
Creates a new TransformHubEntityData frostbite instance.
TransformHubEntityData
TransformHubEntityData(guid: Guid)
Creates a new TransformHubEntityData frostbite instance and assigns it the provided Guid.
Parameters
| Name | Type | Description |
|---|---|---|
| guid | Guid | The Guid to assign to the newly created instance. |
TransformHubEntityData
TransformHubEntityData(other: EntityData)
Casts an instance of type EntityData to TransformHubEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | EntityData | The instance to cast to TransformHubEntityData. |
TransformHubEntityData
TransformHubEntityData(other: GameObjectData)
Casts an instance of type GameObjectData to TransformHubEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | GameObjectData | The instance to cast to TransformHubEntityData. |
TransformHubEntityData
TransformHubEntityData(other: GameDataContainer)
Casts an instance of type GameDataContainer to TransformHubEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | GameDataContainer | The instance to cast to TransformHubEntityData. |
TransformHubEntityData
TransformHubEntityData(other: DataContainer)
Casts an instance of type DataContainer to TransformHubEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | DataContainer | The instance to cast to TransformHubEntityData. |
Properties
in4
in1
in2
in3
in8
in5
in6
in7
realm
Static members
typeInfo
The type information for the TransformHubEntityData type.