Class TriLibExporterInfo
Provides static information about TriLib Exporter, including version, name, and vendor details.
Inherited Members
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 |