Package physx.physics
Class PxSimulationEventCallback
- java.lang.Object
-
- physx.NativeObject
-
- physx.physics.PxSimulationEventCallback
-
- Direct Known Subclasses:
SimpleSimulationEventCallback
public class PxSimulationEventCallback 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 protectedPxSimulationEventCallback()protectedPxSimulationEventCallback(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()static PxSimulationEventCallbackwrapPointer(long address)-
Methods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
-
-
-
Method Detail
-
wrapPointer
public static PxSimulationEventCallback wrapPointer(long address)
-
destroy
public void destroy()
-
-