Click or drag to resize

Vector2DItem Property

Access the X, Y components of the vector using [0], [1] respectively.

Namespace:  LightBuzz
Assembly:  LightBuzz (in LightBuzz.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public float this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32
The index of the component to access.

Return Value

Type: Single
The current vector.
See Also