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