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