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