声明
func IsInsideCylinder(target entity, center Vector3, radius float, height float, rotation Vector3) bool
go
判断目标实体是否在规定的圆柱体范围内,如果实体没有位置属性,会返回假
func IsInsideCylinder(target entity, center Vector3, radius float, height float, rotation Vector3) bool
go