Contents

SystemDependency.before(_:)

An update order that requests RealityKit update this system before it updates another specified system.

Declaration

case before(any System.Type)

Parameters

  • System:

    A system that this system updates before.

Mentioned in

See Also

Update order