Click or drag to resize
Vector2i Constructor
Initializes a new instance of the Vector2i class

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public Vector2i(
	int x,
	int y
)

Parameters

x
Type: System.Int32

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

y
Type: System.Int32

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

See Also