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