Package rosequartz

Interface NativesFX.AudioListener

Enclosing class:
NativesFX

public static interface NativesFX.AudioListener
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setOrientation​(float lookX, float lookY, float lookZ, float upX, float upY, float upZ)
     
    void
    setPosition​(float x, float y, float z)
     
    void
    setVelocity​(float x, float y, float z)
     
    void
    setVolume​(float v)
     
  • Method Details

    • setPosition

      void setPosition(float x, float y, float z)
    • setVelocity

      void setVelocity(float x, float y, float z)
    • setOrientation

      void setOrientation(float lookX, float lookY, float lookZ, float upX, float upY, float upZ)
    • setVolume

      void setVolume(float v)