TriLib Exporter
Search Results for

    Show / Hide Table of Contents

    Class TriLibExporterInfo

    Provides static information about TriLib Exporter, including version, name, and vendor details.

    Inheritance
    object
    TriLibExporterInfo
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: TriLibExporter
    Assembly: Assembly-CSharp.dll
    Syntax
    public static class TriLibExporterInfo

    Properties

    Name

    Gets the name of TriLib Exporter.

    Declaration
    public static string Name { get; }
    Property Value
    Type Description
    string

    Vendor

    Gets the vendor name of TriLib Exporter.

    Declaration
    public static string Vendor { get; }
    Property Value
    Type Description
    string

    Version

    Gets the version of TriLib Exporter.

    Declaration
    public static string Version { get; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX