Click or drag to resize

Vector2D  Conversion (Vector2 to Vector2D)

Converts the specified Unity Vector2 into its equivalent 2D vector.

Namespace:  LightBuzz
Assembly:  LightBuzz (in LightBuzz.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static implicit operator Vector2D (
	Vector2 source
)

Parameters

source
Type: Vector2
The Unity Vector2 to convert.

Return Value

Type: Vector2D

[Missing <returns> documentation for "M:LightBuzz.Vector2D.op_Implicit(UnityEngine.Vector2)~LightBuzz.Vector2D"]

See Also