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