Class DependencyInfo | Scene Template | 1.0.0-preview.11
docs.unity.cn
    Show / Hide Table of Contents

    Class DependencyInfo

    Descriptor storing a dependency asset of a scene and what to do with that dependency (clone or reference) on template instantiation.

    Inheritance
    Object
    DependencyInfo
    Namespace: UnityEditor.SceneTemplate
    Syntax
    [Serializable]
    public class DependencyInfo

    Fields

    dependency

    Dependency asset of the template scene

    Declaration
    public UnityEngine.Object dependency
    Field Value
    Type Description
    UnityEngine.Object

    instantiationMode

    What to do with that dependency on instantiation.

    Declaration
    public TemplateInstantiationMode instantiationMode
    Field Value
    Type Description
    TemplateInstantiationMode
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX