Click or drag to resize

Vector2Property(Single, Single) Constructor

Initializes a new instance of the Vector2Property class

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public Vector2Property(
	float x,
	float y
)

Parameters

x  Single

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

y  Single

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

See Also