docs.unity.cn
    Show / Hide Table of Contents

    Class TagConfig

    Configuration object for a Tag instance.

    Inheritance
    Object
    TagConfig
    Namespace: UnityEngine.GameFoundation.Configs
    Syntax
    public sealed class TagConfig : IBuildable<Tag>

    Properties

    key

    The identifier of the Tag instance.

    Declaration
    public string key { get; }
    Property Value
    Type Description
    String

    Methods

    Compile()

    Create a new TRuntimeObject.

    Declaration
    public Deferred<Tag> Compile()
    Returns
    Type Description
    Deferred<Tag>

    Return a promise handle to report how the operation went. The handle's result is the compiled item if the compilation was successful.

    Implements
    IBuildable<TRuntimeObject>.Compile()

    Link(Tag, Dictionary<String, CatalogItem>)

    Resolves the references from the given runtimeObject using the given compiledItems.

    Declaration
    public Deferred Link(Tag runtimeObject, Dictionary<string, CatalogItem> compiledItems)
    Parameters
    Type Name Description
    Tag runtimeObject
    Dictionary<String, CatalogItem> compiledItems

    The collection of existing catalog items where references can be found.

    Returns
    Type Description
    Deferred

    Return a promise handle to report how the operation went.

    Implements
    IBuildable<TRuntimeObject>.Link(TRuntimeObject, Dictionary<String, CatalogItem>)
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 16 June 2021