docs.unity.cn
    Show / Hide Table of Contents

    Enum InstantiationKind

    Describes how a new instance is created.

    Namespace: Unity.Properties
    Syntax
    public enum InstantiationKind

    Fields

    Name Description Value
    Activator

    The type instantiation will be done using Activator.

    NotInstantiatable

    Not type instantiation should be performed for this type.

    PropertyBagOverride

    The type instantiation will be done via a method override in PropertyBag<TContainer>

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Wednesday, November 9, 2022
    Terms of use