Package physx.common

Class PxErrorCallbackImpl


public class PxErrorCallbackImpl extends PxErrorCallback
  • Field Details

    • SIZEOF

      public static final int SIZEOF
    • ALIGNOF

      public static final int ALIGNOF
      See Also:
  • Constructor Details

    • PxErrorCallbackImpl

      protected PxErrorCallbackImpl(long address)
    • PxErrorCallbackImpl

      protected PxErrorCallbackImpl()
  • Method Details

    • wrapPointer

      public static PxErrorCallbackImpl wrapPointer(long address)
    • arrayGet

      public static PxErrorCallbackImpl arrayGet(long baseAddress, int index)
    • destroy

      public void destroy()
      Overrides:
      destroy in class PxErrorCallback
    • reportError

      public void reportError(PxErrorCodeEnum code, String message, String file, int line)
      Description copied from class: PxErrorCallback
      Reports an error code. \param code Error code, see #PxErrorCode \param message Message to display. \param file File error occured in. \param line Line number error occured on.
      Overrides:
      reportError in class PxErrorCallback
      Parameters:
      code - WebIDL type: PxErrorCodeEnum [enum]
      message - WebIDL type: DOMString [Const]
      file - WebIDL type: DOMString [Const]
      line - WebIDL type: long