Example #1
0
 public override void Enter()
 {
     IsEnd        = false;
     CurrentTime_ = 0;
     AlphaBox_    = new MotionAlphaBox(Master);
     AlphaBox_.SetAlpha(BeginAlpha_);
 }
Example #2
0
 public override void Enter()
 {
     AlphaBox_ = new MotionAlphaBox(Master);
     AlphaBox_.SetAlpha(Alpha_);
 }