Method AddRecordingFrame
AddRecordingFrame(XRControllerState)
Adds a recording of a frame.
Duplicates the supplied state object and adds the copy as a frame recording.
Declaration
public void AddRecordingFrame(XRControllerState state)
Parameters
| Type | Name | Description |
|---|---|---|
| XRControllerState | state | The XRControllerState to be recorded. |