Table of Contents

SyncMode

SyncMode defines when a ValueBinding<T> is replicated.

Fields
Always = 0

The binding is always replicated.

CreationOnly = 1

The binding is only replicated when the network object is created.

Manual = 2

The binding is only replicated when manually requested.