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