CoherenceSyncConfig
class in Coherence.Toolkit
Constructors
| CoherenceSyncConfig |
Properties
| EditorTarget | |
| ID | |
| IncludeInSchema | |
| Instantiator | |
| IsLinked | |
| Provider | |
| Sync |
Methods
| GetInstance | Use the CoherenceSynConfig instantiator to get a CoherenceSync instance in the active scene if its networked with coherence (via a CoherenceBridge). Use this method when the prefab is loaded via an Object Provider that has a synchronous implementation. Use with care when loading the prefab can incur into heavy performance penalties if the prefab is loaded through an Asset Bundle. |
| GetInstanceAsync | Use the CoherenceSynConfig instantiator to get a CoherenceSync instance in the scene that the CoherenceBridge is attached to. Use this method when the prefab needs to be loaded through Addressables or an Asset Bundle. |
| ReleaseInstance | Use this method to destroy CoherenceSync instances that have been loaded via the Instantiate methods of CoherenceSyncConfigManager. |