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