Package physx.character
Class PxBoxController
- java.lang.Object
-
- physx.NativeObject
-
- physx.character.PxController
-
- physx.character.PxBoxController
-
public class PxBoxController extends PxController
-
-
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 protectedPxBoxController()protectedPxBoxController(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description floatgetHalfForwardExtent()floatgetHalfHeight()floatgetHalfSideExtent()voidsetHalfForwardExtent(float halfForwardExtent)voidsetHalfHeight(float halfHeight)voidsetHalfSideExtent(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, setUserData
-
Methods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
-
-
-
Method Detail
-
wrapPointer
public static PxBoxController wrapPointer(long address)
-
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 void setHalfHeight(float halfHeight)
- Parameters:
halfHeight- WebIDL type: float
-
setHalfSideExtent
public void setHalfSideExtent(float halfSideExtent)
- Parameters:
halfSideExtent- WebIDL type: float
-
setHalfForwardExtent
public void setHalfForwardExtent(float halfForwardExtent)
- Parameters:
halfForwardExtent- WebIDL type: float
-
-