Class AssemblyDefinition | XR Tools Utilities | 1.0.0
docs.unity3d.com
    Show / Hide Table of Contents

    Class AssemblyDefinition

    Inheritance
    Object
    AssemblyDefinition
    Namespace: Unity.XRTools.Utils
    Syntax
    [Serializable]
    public class AssemblyDefinition

    Fields

    allowUnsafeCode

    Declaration
    public bool allowUnsafeCode
    Field Value
    Type Description
    Boolean

    autoReferenced

    Declaration
    public bool autoReferenced
    Field Value
    Type Description
    Boolean

    excludePlatforms

    Declaration
    public string[] excludePlatforms
    Field Value
    Type Description
    String[]

    includePlatforms

    Declaration
    public string[] includePlatforms
    Field Value
    Type Description
    String[]

    name

    Declaration
    public string name
    Field Value
    Type Description
    String

    noEngineReferences

    Declaration
    public bool noEngineReferences
    Field Value
    Type Description
    Boolean

    optionalUnityReferences

    Declaration
    public string[] optionalUnityReferences
    Field Value
    Type Description
    String[]

    overrideReferences

    Declaration
    public bool overrideReferences
    Field Value
    Type Description
    Boolean

    preCompiledReferences

    Declaration
    public string[] preCompiledReferences
    Field Value
    Type Description
    String[]

    references

    Declaration
    public string[] references
    Field Value
    Type Description
    String[]

    Methods

    AddReferences(IEnumerable<String>)

    Declaration
    public bool AddReferences(IEnumerable<string> newReferences)
    Parameters
    Type Name Description
    IEnumerable<String> newReferences
    Returns
    Type Description
    Boolean
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023