Package physx.common
Class PxU8Ptr
- java.lang.Object
-
- physx.NativeObject
-
- physx.common.PxU8Ptr
-
public class PxU8Ptr 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, isStackAllocated
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()static PxU8PtrwrapPointer(long address)-
Methods inherited from class physx.NativeObject
getAddress
-
-
-
-
Method Detail
-
wrapPointer
public static PxU8Ptr wrapPointer(long address)
-
destroy
public void destroy()
-
-