Class XrSceneObserverMSFT

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.openxr.XrSceneObserverMSFT
All Implemented Interfaces:
Pointer

public class XrSceneObserverMSFT extends Pointer.Default
Wraps an XrSceneObserverMSFT handle.
  • Constructor Details

    • XrSceneObserverMSFT

      public XrSceneObserverMSFT(long handle, XrSession session)
      Creates an XrSceneObserverMSFT using the specified native handle and XrSession.
      Parameters:
      handle - the native XrSceneObserverMSFT handle
      session - the XrSession from which handle was created
  • Method Details

    • getSession

      public XrSession getSession()
      Returns the XrSession from which this handle was created.
    • getCapabilities

      public XRCapabilities getCapabilities()
      Returns the XRCapabilities instance associated with this dispatchable handle.