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