docs.unity.cn
    Show / Hide Table of Contents

    Class LinkXmlGenerator

    This can be used to create a LinkXml for your build. This will ensure that the desired runtime types are packed into the build.

    Inheritance
    Object
    LinkXmlGenerator
    LinkXmlGenerator
    Inherited Members
    LinkXmlGenerator.CreateDefault()
    LinkXmlGenerator.GetEditorTypeConversions()
    LinkXmlGenerator.AddAssemblies(Assembly[])
    LinkXmlGenerator.AddAssemblies(IEnumerable<Assembly>)
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: UnityEditor.AddressableAssets.Build
    Syntax
    [Obsolete("UnityEditor.AddressableAssets.Build.LinkXmlGenerator is obsolete. Use UnityEditor.Build.Pipeline.Utilities.LinkXmlGenerator instead.")]
    public class LinkXmlGenerator : LinkXmlGenerator

    Methods

    AddTypes(IEnumerable<Type>)

    Declaration
    public void AddTypes(IEnumerable<Type> types)
    Parameters
    Type Name Description
    IEnumerable<Type> types

    AddTypes(Type[])

    Declaration
    public void AddTypes(params Type[] types)
    Parameters
    Type Name Description
    Type[] types

    Save(String)

    Declaration
    public void Save(string path)
    Parameters
    Type Name Description
    String path

    SetTypeConversion(Type, Type)

    Declaration
    public void SetTypeConversion(Type a, Type b)
    Parameters
    Type Name Description
    Type a
    Type b
    Back to top Copyright © 2021 Unity Technologies
    Generated by DocFX
    on 04 November 2021
    Terms of use