Click or drag to resize

Vector2D  Conversion (Vector3 to Vector2D)

Converts the specified Unity Vector3 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 (
	Vector3 source
)

Parameters

source
Type: Vector3
The Unity Vector3 to convert.

Return Value

Type: Vector2D

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

See Also