Table of Contents

Link

Methods

Attempt to link a CoherenceSyncConfig with its CoherenceSync counterpart.

Parameters
Type Name Description
CoherenceSyncConfig config

The CoherenceSyncConfig to link.

Returns
Type Description
bool

true if linkage was successful; false otherwise.

Linking tries to locate a CoherenceSync asset based on the ID. It also sets the CoherenceSyncConfig property on the CoherenceSync component.

Exceptions
Type Condition
ArgumentNullException

When config is null.