HomeSort by relevance Sort by last modified time
    Searched defs:detachChild (Results 1 - 2 of 2) sorted by null

  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
Node.java 242 child.getParent().detachChild(child);
280 child.getParent().detachChild(child);
296 * <code>detachChild</code> removes a given child from the node's list.
303 public int detachChild(Spatial child) {
319 * <code>detachChild</code> removes a given child from the node's list.
Spatial.java 735 * {@link Node#detachChild(Spatial)} - don't call directly.
752 parent.detachChild(this);
    [all...]

Completed in 39 milliseconds