Package physx.support
Class PxU32Ptr
- java.lang.Object
-
- physx.NativeObject
-
- physx.support.PxU32ConstPtr
-
- physx.support.PxU32Ptr
-
public class PxU32Ptr extends PxU32ConstPtr
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class physx.NativeObject
NativeObject.Allocator<T>
-
-
Field Summary
-
Fields inherited from class physx.NativeObject
address, isExternallyAllocated
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()static PxU32PtrwrapPointer(long address)-
Methods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
-
-
-
Method Detail
-
wrapPointer
public static PxU32Ptr wrapPointer(long address)
-
destroy
public void destroy()
- Overrides:
destroyin classPxU32ConstPtr
-
-