public class ConvexResultCallback extends BulletBase
className| Constructor and Description |
|---|
ConvexResultCallback() |
ConvexResultCallback(long cPtr,
boolean cMemoryOwn)
Construct a new ConvexResultCallback, normally you should not need this constructor it's intended for low-level usage.
|
| Modifier and Type | Method and Description |
|---|---|
float |
addSingleResult(LocalConvexResult convexResult,
boolean normalInWorldSpace) |
float |
getClosestHitFraction() |
int |
getCollisionFilterGroup() |
int |
getCollisionFilterMask() |
static long |
getCPtr(ConvexResultCallback obj) |
boolean |
hasHit() |
boolean |
needsCollision(btBroadphaseProxy proxy0) |
void |
setClosestHitFraction(float value) |
void |
setCollisionFilterGroup(int value) |
void |
setCollisionFilterMask(int value) |
void |
swigReleaseOwnership() |
void |
swigTakeOwnership() |
dispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic ConvexResultCallback(long cPtr,
boolean cMemoryOwn)
public ConvexResultCallback()
public static long getCPtr(ConvexResultCallback obj)
public void swigReleaseOwnership()
public void swigTakeOwnership()
public void setClosestHitFraction(float value)
public float getClosestHitFraction()
public void setCollisionFilterGroup(int value)
public int getCollisionFilterGroup()
public void setCollisionFilterMask(int value)
public int getCollisionFilterMask()
public boolean hasHit()
public boolean needsCollision(btBroadphaseProxy proxy0)
public float addSingleResult(LocalConvexResult convexResult, boolean normalInWorldSpace)
Copyright © 2021. All rights reserved.