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