聲明
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