Version: 2017.1
public bool Contains (Vector3 point);

描述

point 是否包含在该包围盒中?

If the point passed into Contains is inside the bounding box a value of True is returned.

注意:如果 Bounds.extents 在任何坐标中均包含负值,则 Bounds.Contains 将始终返回 False。