Class SyncInstance
Inheritance
System.Object
SyncInstance
Syntax
public class SyncInstance
Constructors
Declaration
public SyncInstance(Transform syncRoot, string syncPath)
Parameters
Type |
Name |
Description |
Transform |
syncRoot |
|
System.String |
syncPath |
|
Properties
Manifest
Declaration
public SyncManifest Manifest { get; }
Property Value
Type |
Description |
SyncManifest |
|
Methods
ApplyModifications(SyncManifest, Action<Single, String>)
Declaration
public IEnumerator ApplyModifications(SyncManifest manifest, Action<float, string> onProgress)
Parameters
Type |
Name |
Description |
SyncManifest |
manifest |
|
System.Action<System.Single, System.String> |
onProgress |
|
Returns
Type |
Description |
System.Collections.IEnumerator |
|