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