Click or drag to resize
SyncBase Constructor

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

Initializes a new instance of the SyncBase class

Namespace: VRage
Assembly: VRage (in VRage.dll) Version: 1.0.0.0
Syntax
C#
public SyncBase(
	Type valueType,
	int id,
	MySerializeInfo serializeInfo
)

Parameters

valueType
Type: SystemType

[Missing <param name="valueType"/> documentation for "M:VRage.SyncBase.#ctor(System.Type,System.Int32,VRage.Serialization.MySerializeInfo)"]

id
Type: SystemInt32

[Missing <param name="id"/> documentation for "M:VRage.SyncBase.#ctor(System.Type,System.Int32,VRage.Serialization.MySerializeInfo)"]

serializeInfo
Type: MySerializeInfo

[Missing <param name="serializeInfo"/> documentation for "M:VRage.SyncBase.#ctor(System.Type,System.Int32,VRage.Serialization.MySerializeInfo)"]

See Also