Click or drag to resize
SyncExtensions Class

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

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

Inheritance Hierarchy
SystemObject
  VRageSyncExtensions

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

The SyncExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberValidateNeverT
Sets validation handler to always return false.
Public methodStatic memberValidateRange(SyncSingle, FuncMyBounds)
Sets validate handler to validate that value is withing bounds.
Public methodStatic memberValidateRange(SyncSingle, FuncSingle, FuncSingle)
Sets validate handler to validate that value is in range.
Public methodStatic memberValidateRange(SyncSingle, Single, Single)
Sets validate handler to validate that value is in range.
Top
See Also