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