コード例 #1
0
 public override void Play(bool forward)
 {
     this.mCurrent = ((!forward) ? this.hoverOut : this.hoverOver);
     base.Play(forward);
 }
コード例 #2
0
 private void Awake()
 {
     this.mLabel   = base.GetComponent <UILabel>();
     this.mCurrent = this.hoverOver;
 }