public float MixEvent(VMEvent a) { float blend = a.CalBlend(); blend = a.curve.Evaluate(blend); vmValue.Mix(a.vmValue, blend); return(blend); }
public void UnRegi(VMEvent _v) { events = null; }
public void Regi(VMEvent _v) { events = _v; }