Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


OnlineState

Represent the connection state of the version control provider.
Read time 1 minuteLast updated 8 days ago

Definition

[Flags]public enum OnlineState

Fields

Value

Description

OfflineConnection to the version control server could not be established.
OnlineConnection to the version control server has been established.
UpdatingThe version control provider is currently trying to connect to the version control server.