Click or drag to resize

MathHelperIsInRange Method (Vector3, Vector3, Vector3)

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(
	Vector3 vector,
	Vector3 from,
	Vector3 to
)
Request Example View Source

Parameters

vector
Type: Vector3
from
Type: Vector3
to
Type: Vector3

Return Value

Type: Boolean
See Also