docs.unity.cn
    Show / Hide Table of Contents

    Interface ISystem

    Interface implemented by unmanaged component systems.

    Namespace: Unity.Entities
    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.

    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, June 21, 2023