Click or drag to resize
SyncT Class

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

[Missing <summary> documentation for "T:VRage.Sync`1"]

Inheritance Hierarchy
SystemObject
  VRageSyncBase
    VRageSyncT

Namespace: VRage
Assembly: VRage (in VRage.dll) Version: 1.0.0.0
Syntax
C#
public class Sync<T> : SyncBase

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:VRage.Sync`1"]

The SyncT type exposes the following members.

Constructors
  NameDescription
Public methodSyncT
Initializes a new instance of the SyncT class
Top
Properties
  NameDescription
Public propertyValue
Top
Methods
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.
(Inherited from SyncBase.)
Top
Operators
Fields
  NameDescription
Public fieldId (Inherited from SyncBase.)
Public fieldSerializeInfo (Inherited from SyncBase.)
Public fieldStatic memberTypeSerializer
Public fieldValidate
Validate handler is raised on server after deserialization.
Public fieldValueType (Inherited from SyncBase.)
Top
Extension Methods
See Also