MLAPI.NetworkVariable
#
Namespace MLAPI.NetworkVariable#
Classes#
MLAPI.NetworkVariable.NetworkVariable-1A variable that can be synchronized over the network.
#
MLAPI.NetworkVariable.NetworkVariableBoolA NetworkVariable that holds bools and support serialization
#
MLAPI.NetworkVariable.NetworkVariableByteA NetworkVariable that holds bytes and support serialization
#
MLAPI.NetworkVariable.NetworkVariableColorA NetworkVariable that holds colors and support serialization
#
MLAPI.NetworkVariable.NetworkVariableColor32A NetworkVariable that holds color32s and support serialization
#
MLAPI.NetworkVariable.NetworkVariableDoubleA NetworkVariable that holds doubles and support serialization
#
MLAPI.NetworkVariable.NetworkVariableFloatA NetworkVariable that holds floats and support serialization
#
MLAPI.NetworkVariable.NetworkVariableIntA NetworkVariable that holds ints and support serialization
#
MLAPI.NetworkVariable.NetworkVariableLongA NetworkVariable that holds longs and support serialization
#
MLAPI.NetworkVariable.NetworkVariableQuaternionA NetworkVariable that holds quaternions and support serialization
#
MLAPI.NetworkVariable.NetworkVariableRayA NetworkVariable that holds rays and support serialization
#
MLAPI.NetworkVariable.NetworkVariableSByteA NetworkVariable that holds sbytes and support serialization
#
MLAPI.NetworkVariable.NetworkVariableSettingsThe settings class used by the build in NetworkVar implementations
#
MLAPI.NetworkVariable.NetworkVariableShortA NetworkVariable that holds shorts and support serialization
#
MLAPI.NetworkVariable.NetworkVariableStringA NetworkVariable that holds strings and support serialization
#
MLAPI.NetworkVariable.NetworkVariableUIntA NetworkVariable that holds uints and support serialization
#
MLAPI.NetworkVariable.NetworkVariableULongA NetworkVariable that holds ulongs and support serialization
#
MLAPI.NetworkVariable.NetworkVariableUShortA NetworkVariable that holds ushorts and support serialization
#
MLAPI.NetworkVariable.NetworkVariableVector2A NetworkVariable that holds vector2s and support serialization
#
MLAPI.NetworkVariable.NetworkVariableVector3A NetworkVariable that holds vector3s and support serialization
#
MLAPI.NetworkVariable.NetworkVariableVector4A NetworkVariable that holds vector4s and support serialization
#
Interfaces#
MLAPI.NetworkVariable.INetworkVariableInterface for network value containers
#
Enums#
MLAPI.NetworkVariable.NetworkVariablePermissionPermission type
#
Delegates#
MLAPI.NetworkVariable.NetworkVariable-1.OnValueChangedDelegateDelegate type for value changed event
#
MLAPI.NetworkVariable.NetworkVariablePermissionsDelegateDelegate type for permission checking