Class XRHandRecordingSettings
Global settings for the recording session.
Inherited Members
Namespace: UnityEngine.XR.Hands.Capture.Recording
Assembly: Unity.XR.Hands.dll
Syntax
public static class XRHandRecordingSettings
Properties
timeLimitInSeconds
The maximum recording duration in seconds. A recording is stopped automatically when this limit is reached. Default value is 60 seconds.
Declaration
public static float timeLimitInSeconds { get; set; }
Property Value
| Type | Description |
|---|---|
| float |