コード例 #1
0
 public bool IsReady(int frame)
 {
     if (!_commands.HasCommands(frame))
     {
         return(false);
     }
     return(_commandProcessor.CheckReady(_commands, frame));
 }