com.onlineobject.objectnet Namespace

NetworkPrefab..::..AutoSync Field

Flag to determine if the prefab should automatically synchronize its state across the network.

Namespace:  com.onlineobject.objectnet
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


public bool AutoSync

Remarks


When set to true, the prefab's state is automatically synchronized with all clients in the network. If false, manual synchronization methods must be implemented.