java.lang.Object
physx.NativeObject
physx.character.PxControllerState
-
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 PxControllerStatearrayGet(long baseAddress, int index) voiddestroy()intbooleanbooleanbooleanintvoidsetCollisionFlags(int value) voidsetDeltaXP(PxVec3 value) voidsetIsMovingUp(boolean value) voidsetStandOnAnotherCCT(boolean value) voidsetStandOnObstacle(boolean value) voidsetTouchedActor(PxRigidActor value) voidsetTouchedObstacleHandle(int value) voidsetTouchedShape(PxShape value) static PxControllerStatewrapPointer(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
-
PxControllerState
protected PxControllerState(long address) -
PxControllerState
public PxControllerState()
-
-
Method Details
-
wrapPointer
-
arrayGet
-
destroy
public void destroy() -
getDeltaXP
- Returns:
- WebIDL type:
PxVec3[Value]
-
setDeltaXP
- Parameters:
value- WebIDL type:PxVec3[Value]
-
getTouchedShape
- Returns:
- WebIDL type:
PxShape
-
setTouchedShape
- Parameters:
value- WebIDL type:PxShape
-
getTouchedActor
- Returns:
- WebIDL type:
PxRigidActor
-
setTouchedActor
- Parameters:
value- WebIDL type:PxRigidActor
-
getTouchedObstacleHandle
public int getTouchedObstacleHandle()- Returns:
- WebIDL type: unsigned long
-
setTouchedObstacleHandle
public void setTouchedObstacleHandle(int value) - Parameters:
value- WebIDL type: unsigned long
-
getCollisionFlags
public int getCollisionFlags()- Returns:
- WebIDL type: unsigned long
-
setCollisionFlags
public void setCollisionFlags(int value) - Parameters:
value- WebIDL type: unsigned long
-
getStandOnAnotherCCT
public boolean getStandOnAnotherCCT()- Returns:
- WebIDL type: boolean
-
setStandOnAnotherCCT
public void setStandOnAnotherCCT(boolean value) - Parameters:
value- WebIDL type: boolean
-
getStandOnObstacle
public boolean getStandOnObstacle()- Returns:
- WebIDL type: boolean
-
setStandOnObstacle
public void setStandOnObstacle(boolean value) - Parameters:
value- WebIDL type: boolean
-
getIsMovingUp
public boolean getIsMovingUp()- Returns:
- WebIDL type: boolean
-
setIsMovingUp
public void setIsMovingUp(boolean value) - Parameters:
value- WebIDL type: boolean
-