Animator Script control Code

Source: Internet
Author: User

1 usingUnityengine;2 usingSystem.Collections;3 4 5  Public classAvatarctrl:monobehaviour {6 7     protectedAnimator Animator;8 9      Public floatDirectiondamptime =. 25f;Ten  One     voidStart () A     { -Animator = getcomponent<animator>(); -     } the  -     voidUpdate () -     { -         if(animator) +         { -             //get the current state +Animatorstateinfo StateInfo = animator. Getcurrentanimatorstateinfo (0); A  at             //if we ' re in "Run" mode, respond to input for jump, and set the parameter accordingly. -             if(Stateinfo.namehash = = Animator.stringtohash ("Base LAYER.RUNBT")) -             { -                 if(Input.getbutton ("Fire1"))  -Animator. Setbool (" Jump",true ); -             } in             Else -             { toAnimator. Setbool (" Jump",false);  +             } -  the             floatH = Input.getaxis ("Horizontal"); *             floatv = Input.getaxis ("Vertical"); $ Panax Notoginseng             //Set event parameters based on user input -Animator. SetFloat (" Speed", h*h+v*v); theAnimator. SetFloat ("Direction", H, Directiondamptime, time.deltatime); +         }         A     }              the}

Animator Script control Code

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.