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