 | 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
Syntaxpublic static bool IsInRange(
Vector2 vector,
Vector2 from,
Vector2 to
)
Request Example
View SourceParameters
- vector
- Type: Vector2
- from
- Type: Vector2
- to
- Type: Vector2
Return Value
Type:
Boolean
See Also