Package physx.physics
Class PxQueryHit
- java.lang.Object
-
- physx.NativeObject
-
- physx.physics.PxActorShape
-
- physx.physics.PxQueryHit
-
- Direct Known Subclasses:
PxLocationHit,PxOverlapHit
public class PxQueryHit extends PxActorShape
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class physx.NativeObject
NativeObject.Allocator<T>
-
-
Field Summary
-
Fields inherited from class physx.NativeObject
address, isStackAllocated
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedPxQueryHit()protectedPxQueryHit(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()intgetFaceIndex()voidsetFaceIndex(int value)static PxQueryHitwrapPointer(long address)-
Methods inherited from class physx.physics.PxActorShape
getActor, getShape, setActor, setShape
-
Methods inherited from class physx.NativeObject
getAddress
-
-
-
-
Method Detail
-
wrapPointer
public static PxQueryHit wrapPointer(long address)
-
destroy
public void destroy()
- Overrides:
destroyin classPxActorShape
-
getFaceIndex
public int getFaceIndex()
- Returns:
- unsigned long
-
setFaceIndex
public void setFaceIndex(int value)
- Parameters:
value- unsigned long
-
-