mitm001 5 년 전
부모
커밋
c8f3bb798b
1개의 변경된 파일2개의 추가작업 그리고 6개의 파일을 삭제
  1. 2 6
      docs/modules/core/pages/scene/traverse_scenegraph.adoc

+ 2 - 6
docs/modules/core/pages/scene/traverse_scenegraph.adoc

@@ -1,11 +1,7 @@
 = Traverse the SceneGraph
-:author:
-:revnumber:
-:revdate: 2016/03/17 20:48
+:revnumber: 2.0
+:revdate: 2020/07/25
 :keywords: spatial, node, mesh, geometry, scenegraph
-:relfileprefix: ../../
-:imagesdir: ../..
-ifdef::env-github,env-browser[:outfilesuffix: .adoc]
 
 
 You can run a search across the whole scene graph and search for individual Spatials (`Node` and `Geometry`) by custom criteria, such as the Spatial's name, or the Spatial's class, or the Spatial's user data, or Spatial's Controls. You do this when you want modify  the found nodes (move them, call a method, etc) but you don't have a local variable for them.