public class PxConstraintInfo extends NativeObject
NativeObject.Allocator<T>address, isExternallyAllocated| Modifier | Constructor and Description |
|---|---|
protected |
PxConstraintInfo() |
protected |
PxConstraintInfo(long address) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
PxConstraint |
getConstraint() |
NativeObject |
getExternalReference() |
int |
getType() |
void |
setConstraint(PxConstraint value) |
void |
setExternalReference(NativeObject value) |
void |
setType(int value) |
static PxConstraintInfo |
wrapPointer(long address) |
checkNotNull, equals, getAddress, hashCodeprotected PxConstraintInfo()
protected PxConstraintInfo(long address)
public static PxConstraintInfo wrapPointer(long address)
public void destroy()
public PxConstraint getConstraint()
PxConstraintpublic void setConstraint(PxConstraint value)
value - WebIDL type: PxConstraintpublic NativeObject getExternalReference()
public void setExternalReference(NativeObject value)
value - WebIDL type: VoidPtrpublic int getType()
public void setType(int value)
value - WebIDL type: unsigned long