Method CreateSystem
CreateSystem<T>()
Declaration
public T CreateSystem<T>()
    where T : ComponentSystemBase, new()Returns
| Type | Description | 
|---|---|
| T | 
Type Parameters
| Name | Description | 
|---|---|
| T | 
CreateSystem(Type)
Declaration
public ComponentSystemBase CreateSystem(Type type)Parameters
| Type | Name | Description | 
|---|---|---|
| Type | type | 
Returns
| Type | Description | 
|---|---|
| ComponentSystemBase |