Declaration
func IsInsideCylinder(target entity, center Vector3, radius float, height float, rotation Vector3) bool
go
Parameters
Input
| Name | Type | Description |
|---|---|---|
| Target | entity | Target Entity |
| Center | Vector3 | Specify the center point of the cylinder |
| Radius | Float | Specify the cross-sectional radius of the cylinder |
| Height | Float | Specify the height of the cylinder |
| Rotation | Vector3 | Specify the three-dimensional rotation Euler angle of the cylinder around the center point |
Return
| Type | Description |
|---|---|
| Bool | Determination result |