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