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