Method DisableFixedRate
DisableFixedRate(ComponentSystemGroup)
Disable fixed rate updates on the given group, by setting the UpdateCallback to null.
Declaration
public static void DisableFixedRate(ComponentSystemGroup group)
Parameters
| Type | Name | Description |
|---|---|---|
| ComponentSystemGroup | group | The group whose UpdateCallback to set to null. |