OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:JME_PHYSICSIGNORE
(Results
1 - 2
of
2
) sorted by null
/external/jmonkeyengine/engine/src/core/com/jme3/scene/
UserData.java
50
public static final String
JME_PHYSICSIGNORE
= "JmePhysicsIgnore";
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/util/
CollisionShapeFactory.java
84
Boolean bool = spatial.getUserData(UserData.
JME_PHYSICSIGNORE
);
96
Boolean bool = spatial.getUserData(UserData.
JME_PHYSICSIGNORE
);
106
Boolean bool = spatial.getUserData(UserData.
JME_PHYSICSIGNORE
);
Completed in 1556 milliseconds