Class CoherenceSyncConfigManager
public sealed class CoherenceSyncConfigManager
- Inheritance
-
CoherenceSyncConfigManager
Fields
RegistryProvider
public static Func<CoherenceSyncConfigRegistry> RegistryProvider
Field Value
Properties
Entries
public static CoherenceSyncConfigRegistry Entries { get; }
Property Value
Methods
GetConfigFromAssetId(string)
Get a CoherenceSyncConfig instance for a given asset id.
public static CoherenceSyncConfig GetConfigFromAssetId(string assetId)
Parameters
assetId
stringThe asset id of the CoherenceSyncConfig. Can be found in the CoherenceSyncConfig inspector.
Returns
- CoherenceSyncConfig
A CoherenceSyncConfig instance, if found. Null otherwise.