Click or drag to resize
SyncType Constructor

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

Initializes a new instance of the SyncType class

Namespace: VRage
Assembly: VRage (in VRage.dll) Version: 1.0.0.0
Syntax
C#
public SyncType(
	List<SyncBase> properties
)

Parameters

properties
Type: System.Collections.GenericListSyncBase

[Missing <param name="properties"/> documentation for "M:VRage.SyncType.#ctor(System.Collections.Generic.List{VRage.SyncBase})"]

See Also