docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface ISystem

    Interface implemented by unmanaged component systems.

    Namespace: Unity.Entities
    Assembly: solution.dll
    Syntax
    [RequireImplementors]
    public interface ISystem

    Methods

    Name Description
    OnCreate(ref SystemState)

    Called when this system is created.

    OnDestroy(ref SystemState)

    Called when this system is destroyed.

    OnUpdate(ref SystemState)

    Implement OnUpdate to perform the major work of this system.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)