Click or drag to resize

Vector2D  Conversion (Vector2D to Vector3)

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

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

Parameters

source
Type: LightBuzzVector2D
The 2D vector to convert.

Return Value

Type: Vector3

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

See Also