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