Show / Hide Table of Contents

Struct ExternalVersionControl

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: UnityEditor
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
Type Description
String
| Improve this Doc View Source

AutoDetect

Declaration
public static readonly string AutoDetect
Field Value
Type Description
String
| Improve this Doc View Source

Disabled

Declaration
public static readonly string Disabled
Field Value
Type Description
String
| Improve this Doc View Source

Generic

Declaration
public static readonly string Generic
Field Value
Type Description
String

Methods

| Improve this Doc View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
String
Overrides
ValueType.ToString()

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
Type Description
ExternalVersionControl
| Improve this Doc View Source

Implicit(ExternalVersionControl to String)

Declaration
public static implicit operator string (ExternalVersionControl d)
Parameters
Type Name Description
ExternalVersionControl d
Returns
Type Description
String

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX