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