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.
An update order that requests RealityKit update this system before it updates another specified system.
case before(any System.Type)A system that this system updates before.