Package physx.character
Class PxControllersHit
- java.lang.Object
-
- physx.NativeObject
-
- physx.character.PxControllerHit
-
- physx.character.PxControllersHit
-
public class PxControllersHit extends PxControllerHit
-
-
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 protectedPxControllersHit()protectedPxControllersHit(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()PxControllergetOther()voidsetOther(PxController value)static PxControllersHitwrapPointer(long address)-
Methods inherited from class physx.character.PxControllerHit
getController, getDir, getLength, getWorldNormal, getWorldPos, setController, setDir, setLength, setWorldNormal, setWorldPos
-
Methods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
-
-
-
Method Detail
-
wrapPointer
public static PxControllersHit wrapPointer(long address)
-
destroy
public void destroy()
- Overrides:
destroyin classPxControllerHit
-
getOther
public PxController getOther()
- Returns:
- WebIDL type:
PxController
-
setOther
public void setOther(PxController value)
- Parameters:
value- WebIDL type:PxController
-
-