Table of Contents

Class CoherenceSyncConfigManager

Namespace
Coherence.Toolkit
Assembly
Coherence.Toolkit.dll
public sealed class CoherenceSyncConfigManager
Inheritance
CoherenceSyncConfigManager

Fields

RegistryProvider

public static Func<CoherenceSyncConfigRegistry> RegistryProvider

Field Value

Func<CoherenceSyncConfigRegistry>

Properties

Entries

public static CoherenceSyncConfigRegistry Entries { get; }

Property Value

CoherenceSyncConfigRegistry

Methods

GetConfigFromAssetId(string)

Get a CoherenceSyncConfig instance for a given asset id.

public static CoherenceSyncConfig GetConfigFromAssetId(string assetId)

Parameters

assetId string

The asset id of the CoherenceSyncConfig. Can be found in the CoherenceSyncConfig inspector.

Returns

CoherenceSyncConfig

A CoherenceSyncConfig instance, if found. Null otherwise.