Package physx

Class NativeObject

    • Field Detail

      • address

        protected long address
      • isExternallyAllocated

        protected boolean isExternallyAllocated
    • Constructor Detail

      • NativeObject

        protected NativeObject()
      • NativeObject

        protected NativeObject​(long address)
    • Method Detail

      • wrapPointer

        public static NativeObject wrapPointer​(long address)
      • checkNotNull

        protected void checkNotNull()
      • getAddress

        public long getAddress()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object