Class FMOD_3D_ROLLOFF_CALLBACK

java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.fmod.FMOD_3D_ROLLOFF_CALLBACK
All Implemented Interfaces:
AutoCloseable, FMOD_3D_ROLLOFF_CALLBACKI, CallbackI, NativeResource, Pointer

public abstract class FMOD_3D_ROLLOFF_CALLBACK extends Callback implements FMOD_3D_ROLLOFF_CALLBACKI
Callback function: FMOD_3D_ROLLOFF_CALLBACK
  • Method Details

    • create

      public static FMOD_3D_ROLLOFF_CALLBACK create(long functionPointer)
      Creates a FMOD_3D_ROLLOFF_CALLBACK instance from the specified function pointer.
      Returns:
      the new FMOD_3D_ROLLOFF_CALLBACK
    • createSafe

      public static @Nullable FMOD_3D_ROLLOFF_CALLBACK createSafe(long functionPointer)
      Like create, but returns null if functionPointer is NULL.
    • create

      public static FMOD_3D_ROLLOFF_CALLBACK create(FMOD_3D_ROLLOFF_CALLBACKI instance)
      Creates a FMOD_3D_ROLLOFF_CALLBACK instance that delegates to the specified FMOD_3D_ROLLOFF_CALLBACKI instance.