NetworkedVarSettings Class |
[This is preliminary documentation and is subject to change.]
Namespace: MLAPI.NetworkedVar
The NetworkedVarSettings type exposes the following members.
| Name | Description | |
|---|---|---|
| NetworkedVarSettings |
Constructs a new NetworkedVarSettings instance
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| ReadPermission |
Defines the write permissions for this var
| |
| ReadPermissionCallback |
The delegate used to evaluate read permission when the "Custom" mode is used
| |
| SendChannel |
The name of the channel to use for this variable.
Variables with different channels will be split into different packets
| |
| SendTickrate |
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.
| |
| WritePermission |
Defines the read permissions for this var
| |
| WritePermissionCallback |
The delegate used to evaluate write permission when the "Custom" mode is used
|