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