コード例 #1
0
 public FusionItemUp(FusionControl fc, int index)
 {
     _fc    = fc;
     _index = index;
 }
コード例 #2
0
 public FusionEndPhase3(FusionControl fc)
 {
     _fc = fc;
 }
コード例 #3
0
 public FusionStartPhase1(FusionControl fc)
 {
     _fc = fc;
 }
コード例 #4
0
 public FusionEndPhase2point2(FusionControl fc, bool isSuccess, int quality)
 {
     _fc        = fc;
     _isSuccess = isSuccess;
     _quality   = quality;
 }