Class AOTFunctionGenerator | Properties | 0.10.4-preview
docs.unity.cn
    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 © 2020 Unity Technologies
    Generated by DocFX