Class XrSoundObstacleBD

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

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

    • XrSoundObstacleBD

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

    • getSpatialAudioRendererBD

      public XrSpatialAudioRendererBD getSpatialAudioRendererBD()
      Returns the XrSpatialAudioRendererBD from which this handle was created.
    • getCapabilities

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