Exemplo n.º 1
0
 UnityObjectTree(GameObject obj, UnityObjectTree parent = null)
 {
     this._self      = obj;
     this.components = obj.GetComponents <Component>();
     this.z_parent   = parent;
 }
Exemplo n.º 2
0
 UnityObjectTree(GameObject obj, UnityObjectTree parent = null)
 {
     this._self = obj;
     this.components = obj.GetComponents<Component>();
     this.z_parent = parent;
 }