Method AddRecordingFrameNonAlloc
AddRecordingFrameNonAlloc(XRControllerState)
Adds a recording of a frame.
Adds the supplied state object as a frame recording; does not allocate new memory.
Declaration
public void AddRecordingFrameNonAlloc(XRControllerState state)
Parameters
| Type | Name | Description |
|---|---|---|
| XRControllerState | state | The XRControllerState to be recorded. |