TransformPartPropertyTrackData
Inherits from PropertyTrackData
Summary
Constructors
| TransformPartPropertyTrackData() |
| TransformPartPropertyTrackData(guid: Guid) |
| TransformPartPropertyTrackData(other: PropertyTrackData) |
| TransformPartPropertyTrackData(other: DataContainer) |
Properties
| Name | Type |
|---|---|
| transformPart | TransformPart |
| preInfinity | CurveInfinityType |
| postInfinity | CurveInfinityType |
| keyStartIndex | int |
| resourceName | string |
| keyCount | int |
| weighted | bool |
| isStatic | bool |
Static members
| Name | Type |
|---|---|
| TransformPartPropertyTrackData.typeInfo | TypeInformation |
Constructors
TransformPartPropertyTrackData
TransformPartPropertyTrackData()
Creates a new TransformPartPropertyTrackData frostbite instance.
TransformPartPropertyTrackData
TransformPartPropertyTrackData(guid: Guid)
Creates a new TransformPartPropertyTrackData frostbite instance and assigns it the provided Guid.
Parameters
| Name | Type | Description |
|---|---|---|
| guid | Guid | The Guid to assign to the newly created instance. |
TransformPartPropertyTrackData
TransformPartPropertyTrackData(other: PropertyTrackData)
Casts an instance of type PropertyTrackData to TransformPartPropertyTrackData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | PropertyTrackData | The instance to cast to TransformPartPropertyTrackData. |
TransformPartPropertyTrackData
TransformPartPropertyTrackData(other: DataContainer)
Casts an instance of type DataContainer to TransformPartPropertyTrackData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | DataContainer | The instance to cast to TransformPartPropertyTrackData. |
Properties
transformPart
preInfinity
postInfinity
keyStartIndex
int
resourceName
string
keyCount
int
weighted
bool
isStatic
bool
Static members
typeInfo
The type information for the TransformPartPropertyTrackData type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)