Package physx.character
Class PxCapsuleObstacle
- java.lang.Object
-
- physx.NativeObject
-
- physx.character.PxObstacle
-
- physx.character.PxCapsuleObstacle
-
public class PxCapsuleObstacle extends PxObstacle
-
-
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 PxCapsuleObstacle()protectedPxCapsuleObstacle(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()floatgetMHalfHeight()floatgetMRadius()voidsetMHalfHeight(float value)voidsetMRadius(float value)static PxCapsuleObstaclewrapPointer(long address)-
Methods inherited from class physx.character.PxObstacle
getMPos, getMRot, getMUserData, getType, setMPos, setMRot, setMUserData
-
Methods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
-
-
-
Method Detail
-
wrapPointer
public static PxCapsuleObstacle wrapPointer(long address)
-
destroy
public void destroy()
- Overrides:
destroyin classPxObstacle
-
getMHalfHeight
public float getMHalfHeight()
- Returns:
- WebIDL type: float
-
setMHalfHeight
public void setMHalfHeight(float value)
- Parameters:
value- WebIDL type: float
-
getMRadius
public float getMRadius()
- Returns:
- WebIDL type: float
-
setMRadius
public void setMRadius(float value)
- Parameters:
value- WebIDL type: float
-
-