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