Example #1
0
 void UpdateChildren()
 {
     foreach (Transform childTransform in transform)
     {
         BranchNode childController = GetOrAddController(childTransform.gameObject);
         childController.UpdateRenderers(this);
     }
 }