Class EarlyInitHelpers
Used by automatically generated code. Do not use in projects.
Namespace: Unity.Jobs
Assembly: solution.dll
Syntax
public class EarlyInitHelpers
Methods
| Name | Description |
|---|---|
| AddEarlyInitFunction(EarlyInitFunction) | Used by automatically generated code. Do not use in projects. Adds an EarlyInit helper function to invocation list. |
| FlushEarlyInits() | Used by automatically generated code. Do not use in projects. Calls all EarlyInit delegates and clears the invocation list |
| JobReflectionDataCreationFailed(Exception) | Used by automatically generated code. Do not use in projects. This methods is called when JobReflectionData cannot be created during EarlyInit. |