Click or drag to resize

Vector2PropertyUnaryNegation Operator

[Missing <summary> documentation for "M:Demo3D.Visuals.Vector2Property.op_UnaryNegation(Demo3D.Visuals.Vector2Property)"]

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public static Vector2 operator -(
	Vector2Property v
)

Parameters

v
Type: Demo3D.VisualsVector2Property

[Missing <param name="v"/> documentation for "M:Demo3D.Visuals.Vector2Property.op_UnaryNegation(Demo3D.Visuals.Vector2Property)"]

Return Value

Type: Vector2

[Missing <returns> documentation for "M:Demo3D.Visuals.Vector2Property.op_UnaryNegation(Demo3D.Visuals.Vector2Property)"]

See Also