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