Namespace MLAPI.NetworkVariable
Classes
NetworkVariableBool
A NetworkVariable that holds bools and support serialization
NetworkVariableByte
A NetworkVariable that holds bytes and support serialization
NetworkVariableColor
A NetworkVariable that holds colors and support serialization
NetworkVariableColor32
A NetworkVariable that holds color32s and support serialization
NetworkVariableDouble
A NetworkVariable that holds doubles and support serialization
NetworkVariableFloat
A NetworkVariable that holds floats and support serialization
NetworkVariableInt
A NetworkVariable that holds ints and support serialization
NetworkVariableLong
A NetworkVariable that holds longs and support serialization
NetworkVariableQuaternion
A NetworkVariable that holds quaternions and support serialization
NetworkVariableRay
A NetworkVariable that holds rays and support serialization
NetworkVariableSByte
A NetworkVariable that holds sbytes and support serialization
NetworkVariableSettings
The settings class used by the build in NetworkVar implementations
NetworkVariableShort
A NetworkVariable that holds shorts and support serialization
NetworkVariableString
A NetworkVariable that holds strings and support serialization
NetworkVariableUInt
A NetworkVariable that holds uints and support serialization
NetworkVariableULong
A NetworkVariable that holds ulongs and support serialization
NetworkVariableUShort
A NetworkVariable that holds ushorts and support serialization
NetworkVariableVector2
A NetworkVariable that holds vector2s and support serialization
NetworkVariableVector3
A NetworkVariable that holds vector3s and support serialization
NetworkVariableVector4
A NetworkVariable that holds vector4s and support serialization
NetworkVariable<T>
A variable that can be synchronized over the network.
Interfaces
INetworkVariable
Interface for network value containers
Enums
NetworkVariablePermission
Permission type
Delegates
NetworkVariablePermissionsDelegate
Delegate type for permission checking
NetworkVariable<T>.OnValueChangedDelegate
Delegate type for value changed event