IsRangeCollide
Overloads
| Name | Description |
|---|---|
| IsRangeCollide(BoundBox3D box, float range) | Is Range Collide |
IsRangeCollide(BoundBox3D box, float range)
public bool IsRangeCollide(BoundBox3D box, float range)
Is Range Collide
Parameters
| Name | Type | Description |
|---|---|---|
| box | BoundBox3D | Bound Box |
| range | float | Range |
Returns
| Type | Description |
|---|---|
| bool | Result Collide |