SyncT Class |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:VRage.Sync`1"]
Namespace: VRage
public class Sync<T> : SyncBase
[Missing <typeparam name="T"/> documentation for "T:VRage.Sync`1"]
The SyncT type exposes the following members.
Name | Description | |
---|---|---|
Clone | (Overrides SyncBaseClone(Int32).) | |
Serialize | (Overrides SyncBaseSerialize(BitStream, Boolean).) | |
ValidateAndSet |
Validates the value and sets it (when valid).
|
Name | Description | |
---|---|---|
ValueChanged |
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.) |
Name | Description | |
---|---|---|
(SyncT to T) |
Name | Description | |
---|---|---|
Id | (Inherited from SyncBase.) | |
SerializeInfo | (Inherited from SyncBase.) | |
TypeSerializer | ||
Validate |
Validate handler is raised on server after deserialization.
| |
ValueType | (Inherited from SyncBase.) |
Name | Description | |
---|---|---|
ValidateNeverT |
Sets validation handler to always return false.
(Defined by SyncExtensions.) |