Class NetworkedVariable
A networked variable.
Inheritance
System.Object
NetworkedVariable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: DuneNet.Shared.Entities
Assembly: DuneNet.Shared.dll
Syntax
public class NetworkedVariable
Fields
DirtyBit
Whether the networked variable has changed since the last synchronization. True if the networked variable has changed, False otherwise.
Declaration
public bool DirtyBit
Field Value
Type | Description |
---|---|
System.Boolean |
Value
The value of the networked variable.
Declaration
public object Value
Field Value
Type | Description |
---|---|
System.Object |