Package physx.support
Class PxMaterialPtr
- java.lang.Object
-
- physx.NativeObject
-
- physx.support.PxMaterialPtr
-
public class PxMaterialPtr 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
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedPxMaterialPtr()protectedPxMaterialPtr(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()static PxMaterialPtrwrapPointer(long address)-
Methods inherited from class physx.NativeObject
getAddress
-
-
-
-
Method Detail
-
wrapPointer
public static PxMaterialPtr wrapPointer(long address)
-
destroy
public void destroy()
-
-