OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:childClone
(Results
1 - 2
of
2
) sorted by null
/external/jmonkeyengine/engine/src/core/com/jme3/scene/
Node.java
568
// Spatial
childClone
= child.clone();
569
//
childClone
.parent = nodeClone;
570
// nodeClone.children.add(
childClone
);
580
Spatial
childClone
= child.deepClone();
581
childClone
.parent = nodeClone;
582
nodeClone.children.add(
childClone
);
Spatial.java
[
all
...]
Completed in 188 milliseconds