Struct ExternalVersionControl
Assembly: UnityEditor.dll
Syntax
public struct ExternalVersionControl
Constructors
|
Improve this Doc
View Source
ExternalVersionControl(String)
Declaration
public ExternalVersionControl(string value)
Parameters
Type |
Name |
Description |
String |
value |
|
Fields
|
Improve this Doc
View Source
AssetServer
Declaration
[Obsolete("Asset Server VCS support has been removed.")]
public static readonly string AssetServer
Field Value
|
Improve this Doc
View Source
AutoDetect
Declaration
public static readonly string AutoDetect
Field Value
|
Improve this Doc
View Source
Disabled
Declaration
public static readonly string Disabled
Field Value
|
Improve this Doc
View Source
Generic
Declaration
public static readonly string Generic
Field Value
Methods
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Operators
|
Improve this Doc
View Source
Implicit(String to ExternalVersionControl)
Declaration
public static implicit operator ExternalVersionControl(string d)
Parameters
Type |
Name |
Description |
String |
d |
|
Returns
|
Improve this Doc
View Source
Implicit(ExternalVersionControl to String)
Declaration
public static implicit operator string (ExternalVersionControl d)
Parameters
Returns
Extension Methods