docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class EarlyInitHelpers

    Used by automatically generated code. Do not use in projects.

    Inheritance
    object
    EarlyInitHelpers
    Namespace: Unity.Jobs
    Assembly: Unity.Collections.dll
    Syntax
    public class EarlyInitHelpers

    Methods

    AddEarlyInitFunction(EarlyInitFunction)

    Used by automatically generated code. Do not use in projects. Adds an EarlyInit helper function to invocation list.

    Declaration
    public static void AddEarlyInitFunction(EarlyInitHelpers.EarlyInitFunction func)
    Parameters
    Type Name Description
    EarlyInitHelpers.EarlyInitFunction func

    EarlyInitFunction add to early call list

    FlushEarlyInits()

    Used by automatically generated code. Do not use in projects. Calls all EarlyInit delegates and clears the invocation list

    Declaration
    public static void FlushEarlyInits()

    JobReflectionDataCreationFailed(Exception)

    Used by automatically generated code. Do not use in projects. This methods is called when JobReflectionData cannot be created during EarlyInit.

    Declaration
    public static void JobReflectionDataCreationFailed(Exception ex)
    Parameters
    Type Name Description
    Exception ex

    Exception type to throw

    In This Article
    Back to top
    Copyright © 2025 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)