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