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