Class EarlyInitHelpers
Used by automatically generated code. Do not use in projects.
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 |