class
GameObjectSystem<T>
public abstract class GameObjectSystem<T> : GameObjectSystem A syntax sugar wrapper around GameObjectSystem, which allows you to access your system using SystemName.Current instead of Scene.GetSystem.
Properties
| Name | Type | Description |
|---|---|---|
Current static | T |
Methods
static T Get(Scene scene)