Enum NetworkVariableReadPermission
The permission types for reading a var
Namespace: Unity.Netcode
Assembly: Unity.Netcode.Runtime.dll
Syntax
public enum NetworkVariableReadPermission
Remarks
Only relevant when using the client/server network topology. In distributed authority mode everyone can always read.
Fields
Name | Description |
---|---|
Everyone | Everyone can read |
Owner | Only the owner and the server can read |