コード例 #1
0
 /// <summary>
 /// Init replay system.
 /// </summary>
 public void InitTinyReplaySystem()
 {
     this.recordController = this.GetComponent <TinyReplayRecordController>();
     this.playController   = this.GetComponent <TinyReplayPlayController>();
 }
コード例 #2
0
 /// <summary>
 /// Init replay system.
 /// </summary>
 public void InitTinyReplaySystem()
 {
     this.recordController = this.GetComponent<TinyReplayRecordController>();
     this.playController = this.GetComponent<TinyReplayPlayController>();
 }