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: 19.00.00
Syntax
C#
public static Vector2 operator -(
	Vector2Property v
)

Parameters

v  Vector2Property

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

Return Value

Vector2

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

See Also