Click or drag to resize
SerializableVector2I Constructor

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

Initializes a new instance of the SerializableVector2I class

Namespace: VRage
Assembly: VRage (in VRage.dll) Version: 1.0.0.0
Syntax
C#
public SerializableVector2I(
	int x,
	int y
)

Parameters

x
Type: SystemInt32

[Missing <param name="x"/> documentation for "M:VRage.SerializableVector2I.#ctor(System.Int32,System.Int32)"]

y
Type: SystemInt32

[Missing <param name="y"/> documentation for "M:VRage.SerializableVector2I.#ctor(System.Int32,System.Int32)"]

See Also