CharacterControllerLogic.IsInLocomotionJump C# (CSharp) Method

IsInLocomotionJump() public method

public IsInLocomotionJump ( ) : bool
return bool
    public bool IsInLocomotionJump()
    {
        return animator.GetCurrentAnimatorStateInfo(0).IsName("Base Layer.LocomotionJump");
    }