Searched defs:detachChild (Results 1 - 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/scene/
H A DNode.java242 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) { method in class:Node
319 * <code>detachChild</code> removes a given child from the node's list.

Completed in 71 milliseconds