About Animation Events

So the unity manuals does not give any info on the parameters on animation events :smiley:
Basically I want to know what parameters go into the inspection panel while an animation event is selected that is Function, Float, Int, String and Object. An Example would be appreciated.

The first parameter will be the function name without parentheses / parameter.
And the other textboxes are for the parameters without he ‘F’ after floats or “” around strings.
Eg:-

  • Function: LeFunction
  • Float: LeFlot
  • Int: LeInt
  • String: LeStreeng
  • Object: LeAsset