Class Schemas
public class Schemas
- Inheritance
-
Schemas
Fields
id
public string id
Field Value
schemas
public Schema[] schemas
Field Value
- Schema[]
Properties
RemoteSchemaIDs
public static string[] RemoteSchemaIDs { get; }
Property Value
- string[]
RemoteSchemaStates
public static Schemas.SchemaState[] RemoteSchemaStates { get; }
Property Value
StateContent
public static GUIContent StateContent { get; }
Property Value
- GUIContent
state
public static Schemas.SyncState state { get; }
Property Value
Methods
Get()
public static Schemas Get()
Returns
GetCombinedSchemaContents()
public static string GetCombinedSchemaContents()
Returns
GetLocalSchemaID()
public static string GetLocalSchemaID()
Returns
UpdateSyncState()
public static void UpdateSyncState()
Upload()
public static bool Upload()
Returns
UploadSchemas(bool)
public static bool UploadSchemas(bool warn = false)
Parameters
warn
bool
Returns
Events
OnSchemaStateUpdate
public static event Action OnSchemaStateUpdate