Enum WritePermission
Which clients or server may write updates.
Namespace: FishNet.Object.Synchronizing
Assembly: FishNet.Runtime.dll
Syntax
public enum WritePermission : byte
Fields
Name | Description |
---|---|
ClientUnsynchronized | Server and clients can change the value of the SyncType. When changed by client the value is not sent to the server. |
ServerOnly | Only the server can change the value of the SyncType. |