Enum NetworkVariableReadPermission
The permission types for reading a var
Namespace: Unity.Netcode
Syntax
public enum NetworkVariableReadPermission
  Fields
| Name | Description | Value | 
|---|---|---|
| Everyone | Everyone can read  | 
        0 | 
| Owner | Only the owner and the server can read  | 
        1 |