MLAPI.NetworkVariable.NetworkVariableShort
A NetworkVariable that holds shorts and support serialization
#
ImplementsINetworkVariable
#
Inherited MembersNetworkVariable<Int16>.Settings"
NetworkVariable<Int16>.LocalTick"
NetworkVariable<Int16>.RemoteTick"
NetworkVariable<Int16>.OnValueChanged"
NetworkVariable<Int16>.Value"
NetworkVariable<Int16>.SetDirty(Boolean)"
NetworkVariable<Int16>.IsDirty()"
NetworkVariable<Int16>.ResetDirty()"
NetworkVariable<Int16>.CanClientRead(UInt64)"
NetworkVariable<Int16>.WriteDelta(Stream)"
NetworkVariable<Int16>.CanClientWrite(UInt64)"
NetworkVariable<Int16>.ReadDelta(Stream, Boolean, UInt16, UInt16)"
NetworkVariable<Int16>.SetNetworkBehaviour(NetworkBehaviour)"
NetworkVariable<Int16>.ReadField(Stream, UInt16, UInt16)"
NetworkVariable<Int16>.WriteField(Stream)"
NetworkVariable<Int16>.GetChannel()"
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
#
Namespace: System.Dynamic.ExpandoObject#
Assembly: MLAPI.dll#
Syntax#
Constructors#
NetworkVariableShort()#
Declaration#
NetworkVariableShort(NetworkVariableSettings)#
Declaration#
ParametersType | Name | Description |
---|---|---|
NetworkVariableSettings | settings |
#
NetworkVariableShort(NetworkVariableSettings, Int16)#
Declaration#
ParametersType | Name | Description |
---|---|---|
NetworkVariableSettings | settings | |
System.Int16 | value |
#
NetworkVariableShort(Int16)#
Declaration#
ParametersType | Name | Description |
---|---|---|
System.Int16 | value |
#
ImplementsINetworkVariable