Click or drag to resize

Vector2DSet Method

Sets the X and Y components of the current vector.

Namespace:  LightBuzz
Assembly:  LightBuzz (in LightBuzz.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Set(
	float x,
	float y
)

Parameters

x
Type: SystemSingle
The new X component.
y
Type: SystemSingle
The new Y component.
See Also