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