TransformPropertyTrackData
Inherits from SimplePropertyTrackData
Summary
Constructors
Properties
Name | Type |
---|---|
values | LinearTransform[] |
Static members
Name | Type |
---|---|
TransformPropertyTrackData.typeInfo | TypeInformation |
Constructors
TransformPropertyTrackData
TransformPropertyTrackData()
Creates a new TransformPropertyTrackData frostbite instance.
TransformPropertyTrackData
TransformPropertyTrackData(guid: Guid)
Creates a new TransformPropertyTrackData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
TransformPropertyTrackData
TransformPropertyTrackData(other: SimplePropertyTrackData)
Casts an instance of type SimplePropertyTrackData to TransformPropertyTrackData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | SimplePropertyTrackData | The instance to cast to TransformPropertyTrackData. |
TransformPropertyTrackData
TransformPropertyTrackData(other: PropertyTrackData)
Casts an instance of type PropertyTrackData to TransformPropertyTrackData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | PropertyTrackData | The instance to cast to TransformPropertyTrackData. |
TransformPropertyTrackData
TransformPropertyTrackData(other: DataContainer)
Casts an instance of type DataContainer to TransformPropertyTrackData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to TransformPropertyTrackData. |
Properties
values
Static members
typeInfo
The type information for the TransformPropertyTrackData type.