Package physx.physics
Class SimplePxSimulationEventCallback
- java.lang.Object
-
- physx.NativeObject
-
- physx.physics.PxSimulationEventCallback
-
- physx.physics.SimplePxSimulationEventCallback
-
public class SimplePxSimulationEventCallback extends PxSimulationEventCallback
-
-
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 protectedSimplePxSimulationEventCallback()protectedSimplePxSimulationEventCallback(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcbFun(int count)voiddestroy()static SimplePxSimulationEventCallbackwrapPointer(long address)-
Methods inherited from class physx.NativeObject
getAddress
-
-
-
-
Method Detail
-
wrapPointer
public static SimplePxSimulationEventCallback wrapPointer(long address)
-
destroy
public void destroy()
- Overrides:
destroyin classPxSimulationEventCallback
-
cbFun
public void cbFun(int count)
- Parameters:
count- unsigned long
-
-