csharp
public sealed class CoroutineEndOfFrameSystemResumes coroutines waiting on EndOfFrame.
No guide page documents this yet — the page shows what the code says about itself.
As a system
- Phase
- PostRender
Methods (2)
public CoroutineEndOfFrameSystem(CoroutineScheduler scheduler)Resumes coroutines waiting on EndOfFrame.
public override JobHandle Update(in SystemContext context, JobHandle dependency)Runs the system.
Used by (1)
- EngineLoopVixen.Engine