Click or drag to resize
SyncBase Class

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:VRage.SyncBase"]

Inheritance Hierarchy

Namespace: VRage
Assembly: VRage (in VRage.dll) Version: 1.0.0.0
Syntax
C#
public abstract class SyncBase

The SyncBase type exposes the following members.

Constructors
  NameDescription
Public methodSyncBase
Initializes a new instance of the SyncBase class
Top
Methods
  NameDescription
Public methodClone
Public methodSerialize
Top
Events
  NameDescription
Public eventValueChanged
ValueChanged event is raised when value is set locally (settings Value property) or remotely (through deserialization). When validation fails, value is not changed and ValueChanged is not raised.
Top
Operators
Fields
  NameDescription
Public fieldId
Public fieldSerializeInfo
Public fieldValueType
Top
See Also