Class MapGraphEditorInfo
Contains information about the Map Graph Editor package.
Inheritance
object
MapGraphEditorInfo
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: InsaneScatterbrain.MapGraph.Editor
Syntax
public static class MapGraphEditorInfo
Fields
LatestKnownVersionFilePath
Declaration
public static readonly string LatestKnownVersionFilePath
Field Value
Type | Description |
---|---|
string |
LatestVersionUrl
Declaration
public const string LatestVersionUrl = "https://mapgraph.insanescatterbrain.com/latest-version.txt"
Field Value
Type | Description |
---|---|
string |
VersionFilePathAbsolute
Declaration
public static readonly string VersionFilePathAbsolute
Field Value
Type | Description |
---|---|
string |
VersionFilePathRelative
Declaration
public const string VersionFilePathRelative = "/Plugins/InsaneScatterbrain/MapGraph.Editor.Data/version.txt"
Field Value
Type | Description |
---|---|
string |
Properties
Version
Declaration
public static Version Version { get; }
Property Value
Type | Description |
---|---|
System.Version |
Methods
GetLatestVersion()
Declaration
public static Task<Version> GetLatestVersion()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<TResult><System.Version> |