suggest to change to virtual method in ChildAnimatorMonitor

Kirshor

Member
Please change the functions in ChildAnimatorMonitor to Virtual just like in AnimatorMonitor.
For examble:
public virtual bool SetForwardMovementParameter(...)
public virtual bool SetPitchParameter(..)
public virtual bool SetYawParameter(...)
And more....

I expect ChildAnimatorMonitor to be designed like AnimatorMonitor.
Can you please do that for the next versions?

Thanks
 
Top