Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 1.67 KB

Lazlo-Gocs-BaseSystem.md

File metadata and controls

19 lines (18 loc) · 1.67 KB

BaseSystem Class

The base class from which to derive systems.

public abstract class BaseSystem : MonoBehaviour,
ISystem,
IWorldCallbackReceiver

Inheritance System.Object > UnityEngine.Object > UnityEngine.Component > UnityEngine.Behaviour > UnityEngine.MonoBehaviour > BaseSystem

Implements ISystem, IWorldCallbackReceiver

Remarks

You can also manually implement ISystem and
optionally IWorldCallbackReceiver if you
cannot derive from this class.

Methods