public class PxControllerStats extends NativeObject
NativeObject.Allocator<T>address, isExternallyAllocated| Modifier | Constructor and Description |
|---|---|
protected |
PxControllerStats() |
protected |
PxControllerStats(long address) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
short |
getNbFullUpdates() |
short |
getNbIterations() |
short |
getNbPartialUpdates() |
short |
getNbTessellation() |
void |
setNbFullUpdates(short value) |
void |
setNbIterations(short value) |
void |
setNbPartialUpdates(short value) |
void |
setNbTessellation(short value) |
static PxControllerStats |
wrapPointer(long address) |
checkNotNull, equals, getAddress, hashCodeprotected PxControllerStats()
protected PxControllerStats(long address)
public static PxControllerStats wrapPointer(long address)
public void destroy()
public short getNbIterations()
public void setNbIterations(short value)
value - WebIDL type: unsigned shortpublic short getNbFullUpdates()
public void setNbFullUpdates(short value)
value - WebIDL type: unsigned shortpublic short getNbPartialUpdates()
public void setNbPartialUpdates(short value)
value - WebIDL type: unsigned shortpublic short getNbTessellation()
public void setNbTessellation(short value)
value - WebIDL type: unsigned short