Method Update
Update()
Update the system manually.
Declaration
public override sealed void Update()
Overrides
Remarks
Most programs should not update systems manually. SystemBase implementations
cannot override Update(). Instead, implement system behavior in OnUpdate().