SystemDependency.after(_:)
An update order that requests RealityKit update this system after it updates another specified system.
Declaration
case after(any System.Type)Parameters
- System:
A system that this system updates after.
An update order that requests RealityKit update this system after it updates another specified system.
case after(any System.Type)A system that this system updates after.