MLAPI.NetworkVariable.NetworkVariableDouble
A NetworkVariable that holds doubles and support serialization
#
ImplementsINetworkVariable
#
Inherited MembersNetworkVariable<Double>.Settings"
NetworkVariable<Double>.LocalTick"
NetworkVariable<Double>.RemoteTick"
NetworkVariable<Double>.OnValueChanged"
NetworkVariable<Double>.Value"
NetworkVariable<Double>.SetDirty(Boolean)"
NetworkVariable<Double>.IsDirty()"
NetworkVariable<Double>.ResetDirty()"
NetworkVariable<Double>.CanClientRead(UInt64)"
NetworkVariable<Double>.WriteDelta(Stream)"
NetworkVariable<Double>.CanClientWrite(UInt64)"
NetworkVariable<Double>.ReadDelta(Stream, Boolean, UInt16, UInt16)"
NetworkVariable<Double>.SetNetworkBehaviour(NetworkBehaviour)"
NetworkVariable<Double>.ReadField(Stream, UInt16, UInt16)"
NetworkVariable<Double>.WriteField(Stream)"
NetworkVariable<Double>.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#
NetworkVariableDouble()#
Declaration#
NetworkVariableDouble(NetworkVariableSettings)#
Declaration#
ParametersType | Name | Description |
---|---|---|
NetworkVariableSettings | settings |
#
NetworkVariableDouble(NetworkVariableSettings, Double)#
Declaration#
ParametersType | Name | Description |
---|---|---|
NetworkVariableSettings | settings | |
System.Double | value |
#
NetworkVariableDouble(Double)#
Declaration#
ParametersType | Name | Description |
---|---|---|
System.Double | value |
#
ImplementsINetworkVariable