Package physx.character
Class PxBoxObstacle
- java.lang.Object
-
- physx.NativeObject
-
- physx.character.PxObstacle
-
- physx.character.PxBoxObstacle
-
public class PxBoxObstacle 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 PxBoxObstacle()protectedPxBoxObstacle(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()PxVec3getMHalfExtents()voidsetMHalfExtents(PxVec3 value)static PxBoxObstaclewrapPointer(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 PxBoxObstacle wrapPointer(long address)
-
destroy
public void destroy()
- Overrides:
destroyin classPxObstacle
-
-