java.lang.Object
physx.NativeObject
physx.character.PxControllerStats
-
Nested Class Summary
Nested classes/interfaces inherited from class physx.NativeObject
NativeObject.Allocator<T> -
Field Summary
FieldsFields inherited from class physx.NativeObject
address, isExternallyAllocated, SIZEOF_BYTE, SIZEOF_DOUBLE, SIZEOF_FLOAT, SIZEOF_INT, SIZEOF_LONG, SIZEOF_POINTER, SIZEOF_SHORT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PxControllerStatsarrayGet(long baseAddress, int index) voiddestroy()shortshortshortshortvoidsetNbFullUpdates(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
-
Field Details
-
SIZEOF
public static final int SIZEOF -
ALIGNOF
public static final int ALIGNOF- See Also:
-
-
Constructor Details
-
PxControllerStats
protected PxControllerStats() -
PxControllerStats
protected PxControllerStats(long address)
-
-
Method Details
-
wrapPointer
-
arrayGet
-
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
-