Struct SessionTrackingStateChangedEventArgs
Inherited Members
Namespace: UnityEngine.Experimental.XR
Assembly: UnityEngine.dll
Syntax
public struct SessionTrackingStateChangedEventArgs
Properties
| Improve this Doc View SourceNewState
Declaration
public TrackingState NewState { get; set; }
Property Value
Type | Description |
---|---|
TrackingState |
SessionSubsystem
Declaration
public XRSessionSubsystem SessionSubsystem { get; }
Property Value
Type | Description |
---|---|
XRSessionSubsystem |