public class PxControllerFilterCallback extends NativeObject
NativeObject.Allocator<T>address, isExternallyAllocated| Modifier | Constructor and Description |
|---|---|
protected |
PxControllerFilterCallback() |
protected |
PxControllerFilterCallback(long address) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
boolean |
filter(PxController a,
PxController b) |
static PxControllerFilterCallback |
wrapPointer(long address) |
checkNotNull, equals, getAddress, hashCodeprotected PxControllerFilterCallback()
protected PxControllerFilterCallback(long address)
public static PxControllerFilterCallback wrapPointer(long address)
public void destroy()
public boolean filter(PxController a, PxController b)
a - WebIDL type: PxController [Const, Ref]b - WebIDL type: PxController [Const, Ref]