Click or drag to resize

NetworkedVarSettings Fields

[This is preliminary documentation and is subject to change.]

The NetworkedVarSettings type exposes the following members.

Fields
  NameDescription
Public fieldReadPermission
Defines the write permissions for this var
Public fieldReadPermissionCallback
The delegate used to evaluate read permission when the "Custom" mode is used
Public fieldSendChannel
The name of the channel to use for this variable. Variables with different channels will be split into different packets
Public fieldSendTickrate
The maximum times per second this var will be synced. Less than or equal to 0 will cause the variable to sync as soon as possible after being changed.
Public fieldWritePermission
Defines the read permissions for this var
Public fieldWritePermissionCallback
The delegate used to evaluate write permission when the "Custom" mode is used
Top
See Also