Click or drag to resize
AnimatorUtils Class
Misc animator related utilities.
Inheritance Hierarchy
SystemObject
  GeonBit.ECS.Components.Particles.AnimatorsAnimatorUtils

Namespace:  GeonBit.ECS.Components.Particles.Animators
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static class AnimatorUtils

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