public class PxMeshPreprocessingFlags extends NativeObject
NativeObject.Allocator<T>address, isExternallyAllocated| Modifier | Constructor and Description |
|---|---|
protected |
PxMeshPreprocessingFlags() |
|
PxMeshPreprocessingFlags(int flags) |
protected |
PxMeshPreprocessingFlags(long address) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear(int flag) |
void |
destroy() |
boolean |
isSet(int flag) |
void |
set(int flag) |
static PxMeshPreprocessingFlags |
wrapPointer(long address) |
checkNotNull, equals, getAddress, hashCodeprotected PxMeshPreprocessingFlags()
protected PxMeshPreprocessingFlags(long address)
public PxMeshPreprocessingFlags(int flags)
flags - WebIDL type: unsigned longpublic static PxMeshPreprocessingFlags wrapPointer(long address)
public void destroy()
public boolean isSet(int flag)
flag - WebIDL type: PxMeshPreprocessingFlagEnum [enum]public void set(int flag)
flag - WebIDL type: PxMeshPreprocessingFlagEnum [enum]public void clear(int flag)
flag - WebIDL type: PxMeshPreprocessingFlagEnum [enum]