-
Notifications
You must be signed in to change notification settings - Fork 16
WaitForSecondsRealTime
Tommo J. Phillips edited this page Oct 22, 2023
·
3 revisions
Namespace: TommoJProductions.ModApi.YieldInstructions
Waits for seconds in real time. USAGE:
yield return StartCoroutine(new )public class WaitForSecondsRealTime : System.Collections.IEnumeratorInheritance Object → WaitForSecondsRealTime
Implements IEnumerator
Represents the number of seconds to wait in realtime for.
public float seconds;Reps the current
public virtual object Current { get; }inits new instance of wait for seconds real time.
public WaitForSecondsRealTime(float seconds)seconds Single
The number of seconds to wait in realtime for.
Moves next
public virtual bool MoveNext()Resets the wait.
public virtual void Reset()