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