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