Package physx.physics
Class PxOverlapHit
- java.lang.Object
-
- physx.NativeObject
-
- physx.physics.PxActorShape
-
- physx.physics.PxQueryHit
-
- physx.physics.PxOverlapHit
-
public class PxOverlapHit extends PxQueryHit
-
-
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 protectedPxOverlapHit()protectedPxOverlapHit(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()static PxOverlapHitwrapPointer(long address)-
Methods inherited from class physx.physics.PxQueryHit
getFaceIndex, setFaceIndex
-
Methods inherited from class physx.physics.PxActorShape
getActor, getShape, setActor, setShape
-
Methods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
-
-
-
Method Detail
-
wrapPointer
public static PxOverlapHit wrapPointer(long address)
-
destroy
public void destroy()
- Overrides:
destroyin classPxQueryHit
-
-