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