public class ContactCache extends BulletBase
className| Constructor and Description |
|---|
ContactCache() |
ContactCache(long cPtr,
boolean cMemoryOwn)
Construct a new ContactCache, normally you should not need this constructor it's intended for low-level usage.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
disable() |
void |
enable() |
float |
getCacheTime() |
static long |
getCPtr(ContactCache obj) |
boolean |
isEnabled() |
void |
onContactEnded(btCollisionObject colObj0,
boolean match0,
btCollisionObject colObj1,
boolean match1) |
void |
onContactStarted(btPersistentManifold manifold,
boolean match0,
boolean match1) |
void |
setCacheTime(float value) |
void |
swigReleaseOwnership() |
void |
swigTakeOwnership() |
void |
update(float delta) |
dispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic ContactCache(long cPtr,
boolean cMemoryOwn)
public ContactCache()
public static long getCPtr(ContactCache obj)
public void swigReleaseOwnership()
public void swigTakeOwnership()
public void setCacheTime(float value)
public float getCacheTime()
public void enable()
public void disable()
public boolean isEnabled()
public void onContactStarted(btPersistentManifold manifold, boolean match0, boolean match1)
public void onContactEnded(btCollisionObject colObj0, boolean match0, btCollisionObject colObj1, boolean match1)
public void clear()
public void update(float delta)
Copyright © 2021. All rights reserved.