声明
func IsInsideBox(target entity, center Vector3, length float, width float, height float, rotation Vector3) bool
go
判断目标实体是否在规定的立方体范围内
func IsInsideBox(target entity, center Vector3, length float, width float, height float, rotation Vector3) bool
go