Contents

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.

Mentioned in

See Also

Update order