Class AOTFunctionGenerator | Properties | 0.10.4-preview
docs.unity3d.com
    Show / Hide Table of Contents

    Class AOTFunctionGenerator

    No need to ever use this class or call its functions. These only exist to be invoked in generated code paths (which themselves will never be called at runtime) only to hint to the Ahead Of Time compiler which types to generate specialized function bodies for.

    Inheritance
    Object
    AOTFunctionGenerator
    Namespace: Unity.Properties
    Syntax
    public static class AOTFunctionGenerator

    Methods

    GenerateAOTCollectionFunctions<TProperty, TContainer, TValue>()

    Declaration
    public static void GenerateAOTCollectionFunctions<TProperty, TContainer, TValue>()
        where TProperty : ICollectionProperty<TContainer, TValue>
    Type Parameters
    Name Description
    TProperty
    TContainer
    TValue

    GenerateAOTContainerFunctions<TContainer>()

    Declaration
    public static void GenerateAOTContainerFunctions<TContainer>()
    Type Parameters
    Name Description
    TContainer

    GenerateAOTFunctions<TProperty, TContainer, TValue>()

    Declaration
    public static void GenerateAOTFunctions<TProperty, TContainer, TValue>()
        where TProperty : IProperty<TContainer, TValue>
    Type Parameters
    Name Description
    TProperty
    TContainer
    TValue
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023