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