Click or drag to resize
AnimatorUtils Methods

The AnimatorUtils type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCalcTransitionPercent
Calculate transition percent from current time and max time (return values from 0f to 1f).
Public methodStatic memberRandColor
Random color value from base and rand color.
Public methodStatic memberRandColor2
Random color value from min and max color values.
Public methodStatic memberRandDirection
Random vector direction.
Public methodStatic memberRandVector(Random, Vector3)
Random a vector from max vector only.
Public methodStatic memberRandVector(Random, Vector3, Vector3)
Random a vector from min and max.
Top
See Also