Method RequireSingletonForUpdate
RequireSingletonForUpdate<T>()
Require that a specific singleton component exist for this system to run.
Declaration
[NotBurstCompatible]
public void RequireSingletonForUpdate<T>()
Type Parameters
Name | Description |
---|---|
T | The IComponentData subtype of the singleton component. |