예제 #1
0
 void FixedUpdate()
 {
     if (_recording)
     {
         _record.OnFixedUpdate();
     }
 }