Click or drag to resize

Vector3PropertyUnaryNegation Operator

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


Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public static Vector3 operator -(
	Vector3Property v
)

Parameters

v  Vector3Property

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

Return Value

Vector3

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

See Also