public class PxConvexMeshDesc extends NativeObject
NativeObject.Allocator<T>| Modifier and Type | Field and Description |
|---|---|
static int |
ALIGNOF |
static int |
SIZEOF |
address, isExternallyAllocated| Modifier | Constructor and Description |
|---|---|
|
PxConvexMeshDesc() |
protected |
PxConvexMeshDesc(long address) |
| Modifier and Type | Method and Description |
|---|---|
static PxConvexMeshDesc |
createAt(long address) |
static <T> PxConvexMeshDesc |
createAt(T allocator,
NativeObject.Allocator<T> allocate) |
void |
destroy() |
PxConvexFlags |
getFlags() |
PxBoundedData |
getPoints() |
void |
setFlags(PxConvexFlags value) |
void |
setPoints(PxBoundedData value) |
static PxConvexMeshDesc |
wrapPointer(long address) |
checkNotNull, equals, getAddress, hashCodepublic static final int SIZEOF
public static final int ALIGNOF
protected PxConvexMeshDesc(long address)
public PxConvexMeshDesc()
public static PxConvexMeshDesc wrapPointer(long address)
public static PxConvexMeshDesc createAt(long address)
address - Pre-allocated memory, where the object is created.public static <T> PxConvexMeshDesc createAt(T allocator, NativeObject.Allocator<T> allocate)
T - Allocator class, e.g. LWJGL's MemoryStack.allocator - Object to use for allocation, e.g. an instance of LWJGL's MemoryStack.allocate - Method to call on allocator to obtain the target address, e.g. MemoryStack::nmalloc.public void destroy()
public PxBoundedData getPoints()
PxBoundedData [Value]public void setPoints(PxBoundedData value)
value - WebIDL type: PxBoundedData [Value]public PxConvexFlags getFlags()
PxConvexFlags [Value]public void setFlags(PxConvexFlags value)
value - WebIDL type: PxConvexFlags [Value]