Package physx.character
Class PxControllerStats
- java.lang.Object
-
- physx.NativeObject
-
- physx.character.PxControllerStats
-
public class PxControllerStats extends NativeObject
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class physx.NativeObject
NativeObject.Allocator<T>
-
-
Field Summary
-
Fields inherited from class physx.NativeObject
address, isExternallyAllocated
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedPxControllerStats()protectedPxControllerStats(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()shortgetNbFullUpdates()shortgetNbIterations()shortgetNbPartialUpdates()shortgetNbTessellation()voidsetNbFullUpdates(short value)voidsetNbIterations(short value)voidsetNbPartialUpdates(short value)voidsetNbTessellation(short value)static PxControllerStatswrapPointer(long address)-
Methods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
-
-
-
Method Detail
-
wrapPointer
public static PxControllerStats wrapPointer(long address)
-
destroy
public void destroy()
-
getNbIterations
public short getNbIterations()
- Returns:
- WebIDL type: unsigned short
-
setNbIterations
public void setNbIterations(short value)
- Parameters:
value- WebIDL type: unsigned short
-
getNbFullUpdates
public short getNbFullUpdates()
- Returns:
- WebIDL type: unsigned short
-
setNbFullUpdates
public void setNbFullUpdates(short value)
- Parameters:
value- WebIDL type: unsigned short
-
getNbPartialUpdates
public short getNbPartialUpdates()
- Returns:
- WebIDL type: unsigned short
-
setNbPartialUpdates
public void setNbPartialUpdates(short value)
- Parameters:
value- WebIDL type: unsigned short
-
getNbTessellation
public short getNbTessellation()
- Returns:
- WebIDL type: unsigned short
-
setNbTessellation
public void setNbTessellation(short value)
- Parameters:
value- WebIDL type: unsigned short
-
-