WhiteCore.Region.Animation.Animator.TrySetMovementAnimation C# (CSharp) Method

TrySetMovementAnimation() public method

The movement animation is reserved for "main" animations that are mutually exclusive, e.g. flying and sitting.
public TrySetMovementAnimation ( string anim ) : void
anim string
return void
        public void TrySetMovementAnimation (string anim)
        {
            TrySetMovementAnimation (anim, false);
        }

Same methods

Animator::TrySetMovementAnimation ( string anim, bool sendTerseUpdateIfNotSending ) : void