Method Update
Update()
Update the system manually.
Declaration
public override sealed void Update()
Overrides
Remarks
Systems should never override Update()
. Instead, implement system behavior in On
If a system manually calls another system's Update() method from inside its own
On