IsChildFromSyncGroup
method in Coherence.Toolkit.PrefabSyncGroup
Methods
public bool IsChildFromSyncGroup(CoherenceSync sync)
Returns if the parameter sync is a tracked child of this prefab sync group.
Parameters
| Type | Name | Description |
|---|---|---|
| CoherenceSync | sync | The CoherenceSync to check if it's a child of this prefab sync group. |
Returns
| Type | Description |
|---|---|
| bool | True if the sync is a tracked child of this prefab sync group. |