playMaker

Author Topic: Set Animator Float  (Read 1959 times)

hellzer

  • Playmaker Newbie
  • *
  • Posts: 28
Set Animator Float
« on: May 04, 2018, 10:29:18 PM »
I was using the action "Set Animator Float" and looking at the description of the "Damp time" tooltip. The tooltip does not mention the type of time is it.

For example: If I put 5 in the "Damp Time" would it be 5 seconds, 5 minutes?, 5 hours?

It would be nice to have clear tooltip for beginner, so we could get a bigger community :)

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Set Animator Float
« Reply #1 on: May 09, 2018, 03:54:21 AM »
Hi,

 for more infos on these kind of variables and Unity API, the best way is really to google for it, there isn't a viable alternatives for fine grain understanding of the subtleties and quirks of all these api.

https://www.google.com/search?q=animator+set+float+damp&ie=utf-8&oe=utf-8

leads to:

https://answers.unity.com/questions/809873/what-is-the-purpose-of-the-deltatime-parameter-in.html

https://answers.unity.com/questions/611667/damptime-and-deltatime-in-setfloat-parameters.html


Let me know if the answers there are still not clear to you.

Bye,

 Jean