Table of Contents

Interface ISystem

Namespace
Ghost.Entities
Assembly
Ghost.Entities.dll
public interface ISystem

Methods

Cleanup(ref readonly SystemAPI)

void Cleanup(ref readonly SystemAPI systemAPI)

Parameters

systemAPI SystemAPI

Initialize(ref readonly SystemAPI)

void Initialize(ref readonly SystemAPI systemAPI)

Parameters

systemAPI SystemAPI

Update(ref readonly SystemAPI)

void Update(ref readonly SystemAPI systemAPI)

Parameters

systemAPI SystemAPI