docs.unity.cn
    Show / Hide Table of Contents

    Delegate SystemBaseDelegates.Function

    Used by compilation pipeline internally to support optional burst compilation of ISystem methods

    Namespace: Unity.Entities
    Syntax
    [Preserve]
    public delegate void Function(IntPtr systemPtr, IntPtr state);
    Parameters
    Type Name Description
    IntPtr systemPtr
    IntPtr state

    The SystemState backing a system instance

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