Class RandomLoopOffset
Will pick a random time in an animation loop to offset an animator, allowing to avoid lots of object playing the same animation loop to look synchronised
Inheritance
System.Object
UnityEngine.Object
UnityEngine.Component
UnityEngine.Behaviour
UnityEngine.MonoBehaviour
RandomLoopOffset
Namespace: CreatorKitCodeInternal
Assembly: Assembly-CSharp.dll
Syntax
[RequireComponent(typeof(Animator))]
public class RandomLoopOffset : MonoBehaviour