Package physx.common

Class PxErrorCallback

    • Constructor Detail

      • PxErrorCallback

        protected PxErrorCallback()
      • PxErrorCallback

        protected PxErrorCallback​(long address)
    • Method Detail

      • wrapPointer

        public static PxErrorCallback wrapPointer​(long address)
      • destroy

        public void destroy()
      • reportError

        public void reportError​(int code,
                                java.lang.String message,
                                java.lang.String file,
                                int line)
        Parameters:
        code - WebIDL type: PxErrorCodeEnum [enum]
        message - WebIDL type: DOMString [Const]
        file - WebIDL type: DOMString [Const]
        line - WebIDL type: long