Version: 5.4
public bool Contains (Vector3 point);

説明

設定した point が、バウンディングボックスに含まれているか確認します

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

Note: If Bounds.extents contains a negative value in any coordinate then Bounds.Contains will always return False.