Method Update
Update(WorldUnmanaged)
Update the system manually.
Declaration
public void Update(WorldUnmanaged world)
Parameters
Type | Name | Description |
---|---|---|
World |
world | The World |
Remarks
If a system manually calls another system's Update(World
Exceptions
Type | Condition |
---|---|
Invalid |
Thrown if this SystemHandle is invalid or does not belong to this world. |