Class VersionsInfo
Assembly: UnityEditor.dll
Syntax
[Serializable]
public class VersionsInfo
Properties
|
Improve this Doc
View Source
all
Declaration
public string[] all { get; }
Property Value
|
Improve this Doc
View Source
compatible
Declaration
public string[] compatible { get; }
Property Value
|
Improve this Doc
View Source
latest
Declaration
public string latest { get; }
Property Value
|
Improve this Doc
View Source
latestCompatible
Declaration
public string latestCompatible { get; }
Property Value
|
Improve this Doc
View Source
recommended
Declaration
public string recommended { get; }
Property Value
Extension Methods