java.lang.Object
physx.NativeObject
physx.JavaNativeRef<T>
-
Nested Class Summary
Nested classes/interfaces inherited from class physx.NativeObject
NativeObject.Allocator<T> -
Field Summary
Fields inherited from class physx.NativeObject
address, isExternallyAllocated, SIZEOF_BYTE, SIZEOF_DOUBLE, SIZEOF_FLOAT, SIZEOF_INT, SIZEOF_LONG, SIZEOF_POINTER, SIZEOF_SHORT -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJavaNativeRef(long address) JavaNativeRef(Object javaRef) -
Method Summary
Modifier and TypeMethodDescriptionvoiddestroy()static <T> JavaNativeRef<T>fromNativeObject(NativeObject nativeObj) get()Methods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode, wrapPointer
-
Constructor Details
-
JavaNativeRef
protected JavaNativeRef(long address) -
JavaNativeRef
-
-
Method Details
-
fromNativeObject
-
get
-
destroy
public void destroy()
-