Beispiel #1
0
        public float MixEvent(VMEvent a)
        {
            float blend = a.CalBlend();

            blend = a.curve.Evaluate(blend);
            vmValue.Mix(a.vmValue, blend);
            return(blend);
        }
Beispiel #2
0
 public void UnRegi(VMEvent _v)
 {
     events = null;
 }
Beispiel #3
0
 public void Regi(VMEvent _v)
 {
     events = _v;
 }