OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CustomActionInterface
(Results
1 - 2
of
2
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/src/custom/gdx/dynamics/
CustomActionInterface.h
6
class
CustomActionInterface
: public btActionInterface {
/external/libgdx/extensions/gdx-bullet/jni/swig-src/dynamics/com/badlogic/gdx/physics/bullet/dynamics/
CustomActionInterface.java
19
public class
CustomActionInterface
extends btActionInterface {
22
protected
CustomActionInterface
(final String className, long cPtr, boolean cMemoryOwn) {
27
/** Construct a new
CustomActionInterface
, normally you should not need this constructor it's intended for low-level usage. */
28
public
CustomActionInterface
(long cPtr, boolean cMemoryOwn) {
29
this("
CustomActionInterface
", cPtr, cMemoryOwn);
40
public static long getCPtr(
CustomActionInterface
obj) {
85
public
CustomActionInterface
() {
Completed in 646 milliseconds