Click or drag to resize

NetworkedVarSettings Class

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

The settings class used by the build in NetworkVar implementations
Inheritance Hierarchy
SystemObject
  MLAPI.NetworkedVarNetworkedVarSettings

Namespace:  MLAPI.NetworkedVar
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class NetworkedVarSettings
Request Example View Source

The NetworkedVarSettings type exposes the following members.

Constructors
  NameDescription
Public methodNetworkedVarSettings
Constructs a new NetworkedVarSettings instance
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
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