Class XRSessionSubsystem
Inheritance
XRSessionSubsystem
Assembly: UnityEngine.dll
Syntax
public class XRSessionSubsystem : IntegratedSubsystem<XRSessionSubsystemDescriptor>, ISubsystem
Properties
LastUpdatedFrame
Declaration
public int LastUpdatedFrame { get; }
Property Value
TrackingState
Declaration
public TrackingState TrackingState { get; }
Property Value
Events
|
Improve this Doc
View Source
TrackingStateChanged
Declaration
public event Action<SessionTrackingStateChangedEventArgs> TrackingStateChanged
Event Type
Implements
Extension Methods