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