Click or drag to resize
SerializableVector2 Constructor

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

Initializes a new instance of the SerializableVector2 class

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

Parameters

x
Type: SystemSingle

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

y
Type: SystemSingle

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

See Also