AnimatorUtils Class |
Namespace: GeonBit.ECS.Components.Particles.Animators
public static class AnimatorUtils
The AnimatorUtils type exposes the following members.
Name | Description | |
---|---|---|
CalcTransitionPercent |
Calculate transition percent from current time and max time (return values from 0f to 1f).
| |
RandColor |
Random color value from base and rand color.
| |
RandColor2 |
Random color value from min and max color values.
| |
RandDirection |
Random vector direction.
| |
RandVector(Random, Vector3) |
Random a vector from max vector only.
| |
RandVector(Random, Vector3, Vector3) |
Random a vector from min and max.
|