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