NetworkedVarT Constructor |
[This is preliminary documentation and is subject to change.]
| Name | Description | |
|---|---|---|
| NetworkedVarT |
Creates a NetworkedVar with the default value and settings
| |
| NetworkedVarT(T) |
Creates a NetworkedVar with a custom value and the default settings
| |
| NetworkedVarT(NetworkedVarSettings) |
Creates a NetworkedVar with the default value and custom settings
| |
| NetworkedVarT(NetworkedVarSettings, T) |
Creates a NetworkedVar with a custom value and custom settings
|