Create
Methods
public static CoherenceSyncConfig Create(Object obj)
Create an CoherenceSync Config for the given Unity Object.
Parameters
Type | Name | Description |
---|---|---|
Object | obj | Reference to the Unity Object that you want to create a CoherenceSync Config for. |
Returns
Type | Description |
---|---|
CoherenceSyncConfig | The created CoherenceSyncConfig, or the existing one. |
Remarks
Only Prefabs with the CoherenceSync component attached are supported as Networked Prefabs at the moment.