Method GetOrCreateSystem
GetOrCreateSystem<T>(World)
Declaration
public static SystemRef<T> GetOrCreateSystem<T>(this World self)
where T : struct, ISystem
Parameters
Type | Name | Description |
---|---|---|
World | self |
Returns
Type | Description |
---|---|
SystemRef<T> |
Type Parameters
Name | Description |
---|---|
T |