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