MCQs > IT & Programming > Unity3D > How can set the animation speed using the following code?

Unity3D MCQs

How can set the animation speed using the following code?

Answer

Correct Answer: public float animSpeed; public Animator anim; void Start() { animSpeed = 1.0f; anim.speed(animSpeed); } void SetAnimatorSpeed(float newSpeed) { anim.speed(newSpeed); }

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Unity3D Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Unity3D Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it