EntityRecordingData
Inherits from DataContainer
Summary
Constructors
| EntityRecordingData() |
| EntityRecordingData(guid: Guid) |
| EntityRecordingData(other: DataContainer) |
Properties
| Name | Type |
|---|---|
| entityGuid | Guid |
| data | PropertyRecordingData[] |
Static members
| Name | Type |
|---|---|
| EntityRecordingData.typeInfo | TypeInformation |
Constructors
EntityRecordingData
EntityRecordingData()
Creates a new EntityRecordingData frostbite instance.
EntityRecordingData
EntityRecordingData(guid: Guid)
Creates a new EntityRecordingData frostbite instance and assigns it the provided Guid.
Parameters
| Name | Type | Description |
|---|---|---|
| guid | Guid | The Guid to assign to the newly created instance. |
EntityRecordingData
EntityRecordingData(other: DataContainer)
Casts an instance of type DataContainer to EntityRecordingData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | DataContainer | The instance to cast to EntityRecordingData. |
Properties
entityGuid
data
Static members
typeInfo
The type information for the EntityRecordingData type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)