public GameObjectRecorder(GameObject root)
 {
     GameObjectRecorder.Internal_Create(this, root);
 }
Exemple #2
0
 public GameObjectRecorder()
 {
     GameObjectRecorder.Internal_Create(this);
 }