public class JavaControllerBehaviorCallback extends SimpleControllerBehaviorCallback
NativeObject.Allocator<T>address, isExternallyAllocated| Modifier | Constructor and Description |
|---|---|
protected |
JavaControllerBehaviorCallback() |
protected |
JavaControllerBehaviorCallback(long address) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
int |
getControllerBehaviorFlags(PxController controller) |
int |
getObstacleBehaviorFlags(PxObstacle obstacle) |
int |
getShapeBehaviorFlags(PxShape shape,
PxActor actor) |
static JavaControllerBehaviorCallback |
wrapPointer(long address) |
checkNotNull, equals, getAddress, hashCodeprotected JavaControllerBehaviorCallback(long address)
protected JavaControllerBehaviorCallback()
public static JavaControllerBehaviorCallback wrapPointer(long address)
public void destroy()
destroy in class SimpleControllerBehaviorCallbackpublic int getShapeBehaviorFlags(PxShape shape, PxActor actor)
getShapeBehaviorFlags in class SimpleControllerBehaviorCallbackshape - WebIDL type: PxShape [Const, Ref]actor - WebIDL type: PxActor [Const, Ref]public int getControllerBehaviorFlags(PxController controller)
getControllerBehaviorFlags in class SimpleControllerBehaviorCallbackcontroller - WebIDL type: PxController [Const, Ref]public int getObstacleBehaviorFlags(PxObstacle obstacle)
getObstacleBehaviorFlags in class SimpleControllerBehaviorCallbackobstacle - WebIDL type: PxObstacle [Const, Ref]