Package physx.physics
Class PxSweepCallback
- java.lang.Object
-
- physx.NativeObject
-
- physx.physics.PxSweepCallback
-
- Direct Known Subclasses:
PxSweepBuffer10
public class PxSweepCallback extends NativeObject
-
-
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 protectedPxSweepCallback()protectedPxSweepCallback(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()booleanhasAnyHits()static PxSweepCallbackwrapPointer(long address)-
Methods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
-
-
-
Method Detail
-
wrapPointer
public static PxSweepCallback wrapPointer(long address)
-
destroy
public void destroy()
-
hasAnyHits
public boolean hasAnyHits()
- Returns:
- WebIDL type: boolean
-
-