public class PxConvexMeshGeometryFlags extends NativeObject
NativeObject.Allocator<T>| Modifier and Type | Field and Description |
|---|---|
static int |
ALIGNOF |
static int |
SIZEOF |
address, isExternallyAllocated| Modifier | Constructor and Description |
|---|---|
protected |
PxConvexMeshGeometryFlags() |
|
PxConvexMeshGeometryFlags(byte flags) |
protected |
PxConvexMeshGeometryFlags(long address) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear(int flag) |
static PxConvexMeshGeometryFlags |
createAt(long address,
byte flags) |
static <T> PxConvexMeshGeometryFlags |
createAt(T allocator,
NativeObject.Allocator<T> allocate,
byte flags) |
void |
destroy() |
boolean |
isSet(int flag) |
void |
set(int flag) |
static PxConvexMeshGeometryFlags |
wrapPointer(long address) |
checkNotNull, equals, getAddress, hashCodepublic static final int SIZEOF
public static final int ALIGNOF
protected PxConvexMeshGeometryFlags()
protected PxConvexMeshGeometryFlags(long address)
public PxConvexMeshGeometryFlags(byte flags)
flags - WebIDL type: octetpublic static PxConvexMeshGeometryFlags wrapPointer(long address)
public static PxConvexMeshGeometryFlags createAt(long address, byte flags)
address - Pre-allocated memory, where the object is created.flags - WebIDL type: octetpublic static <T> PxConvexMeshGeometryFlags createAt(T allocator, NativeObject.Allocator<T> allocate, byte flags)
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.flags - WebIDL type: octetpublic void destroy()
public boolean isSet(int flag)
flag - WebIDL type: PxConvexMeshGeometryFlagEnum [enum]public void set(int flag)
flag - WebIDL type: PxConvexMeshGeometryFlagEnum [enum]public void clear(int flag)
flag - WebIDL type: PxConvexMeshGeometryFlagEnum [enum]