Ejemplo n.º 1
0
 public GameObjectRecorder(GameObject root)
 {
     GameObjectRecorder.Internal_Create(this, root);
 }
Ejemplo n.º 2
0
 public GameObjectRecorder()
 {
     GameObjectRecorder.Internal_Create(this);
 }