Vixen
02b45cc4
csharp
public sealed class CoroutineFixedStepSystem

Resumes coroutines waiting on FixedStep, once per step.

No guide page documents this yet — the page shows what the code says about itself.

As a system

Phase
FixedUpdate

Remarks

Counts the step itself rather than being told about it, because this system runs exactly once per fixed step by construction — that is what SystemPhase.FixedUpdate means — and a second thing that also had to be called once per step would be a second thing to forget.

Methods (2)

Used by (1)

  • EngineLoopVixen.Engine