java.lang.Object
physx.NativeObject
physx.character.PxController
physx.character.PxBoxController
-
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 PxBoxControllerarrayGet(long baseAddress, int index) floatfloatfloatbooleansetHalfForwardExtent(float halfForwardExtent) booleansetHalfHeight(float halfHeight) booleansetHalfSideExtent(float halfSideExtent) static PxBoxControllerwrapPointer(long address) Methods inherited from class physx.character.PxController
getActor, getContactOffset, getFootPosition, getNonWalkableMode, getPosition, getScene, getSlopeLimit, getState, getStats, getStepOffset, getType, getUpDirection, getUserData, invalidateCache, move, move, release, resize, setContactOffset, setFootPosition, setNonWalkableMode, setPosition, setSlopeLimit, setStepOffset, setUpDirection, setUserDataMethods 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
-
PxBoxController
protected PxBoxController() -
PxBoxController
protected PxBoxController(long address)
-
-
Method Details
-
wrapPointer
-
arrayGet
-
getHalfHeight
public float getHalfHeight()- Returns:
- WebIDL type: float
-
getHalfSideExtent
public float getHalfSideExtent()- Returns:
- WebIDL type: float
-
getHalfForwardExtent
public float getHalfForwardExtent()- Returns:
- WebIDL type: float
-
setHalfHeight
public boolean setHalfHeight(float halfHeight) - Parameters:
halfHeight- WebIDL type: float- Returns:
- WebIDL type: boolean
-
setHalfSideExtent
public boolean setHalfSideExtent(float halfSideExtent) - Parameters:
halfSideExtent- WebIDL type: float- Returns:
- WebIDL type: boolean
-
setHalfForwardExtent
public boolean setHalfForwardExtent(float halfForwardExtent) - Parameters:
halfForwardExtent- WebIDL type: float- Returns:
- WebIDL type: boolean
-