Click or drag to resize

MathHelperIsInRange Method (Vector2, Vector2, Vector2)

Returns whether a vector is within a range of two other vectors.

Namespace:  Kit
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public static bool IsInRange(
	Vector2 vector,
	Vector2 from,
	Vector2 to
)
Request Example View Source

Parameters

vector
Type: Vector2
from
Type: Vector2
to
Type: Vector2

Return Value

Type: Boolean
See Also