Class PortalUtil
public static class PortalUtil
- Inheritance
-
PortalUtil
Fields
uploadAfterBakeKey
public const string uploadAfterBakeKey = "Coherence.uploadAfterBake"
Field Value
uploadOnBuildKey
public const string uploadOnBuildKey = "Coherence.UploadOnBuild"
Field Value
uploadOnEnterPlayModeKey
public const string uploadOnEnterPlayModeKey = "Coherence.UploadOnEnterPlayMode"
Field Value
Properties
CanCommunicateWithPortal
public static bool CanCommunicateWithPortal { get; }
Property Value
InSync
Determines if the schemas found in the project are in sync with the ones found in the coherence Developer Portal.
public static bool InSync { get; }
Property Value
LocalSchemaFoundInPortal
public static bool LocalSchemaFoundInPortal { get; }
Property Value
OrgAndProjectIsSet
public static bool OrgAndProjectIsSet { get; }
Property Value
RemoteSchemaIDs
List of schema IDs the portal knows about.
public static string[] RemoteSchemaIDs { get; }
Property Value
- string[]
RemoteSchemaStates
List of schema states the portal knows about.
public static Schemas.SchemaState[] RemoteSchemaStates { get; }
Property Value
SyncState
Determines the state of synchronicity against the coherence Developer Portal.
public static Schemas.SyncState SyncState { get; }
Property Value
UploadAfterBake
public static bool UploadAfterBake { get; set; }
Property Value
UploadOnBuild
public static bool UploadOnBuild { get; set; }
Property Value
UploadOnEnterPlayMode
public static bool UploadOnEnterPlayMode { get; set; }
Property Value
Methods
UploadSchemas()
Uploads schemas to the portal.
public static bool UploadSchemas()