Bounds.SetMinMax 设置最小最大


function SetMinMax (min : Vector3, max : Vector3) : void

Description描述

Sets the bounds to the min and max value of the box.

设置边界框的最小和最大值。

Using this function is faster than assigning min and max separately.

使用这个函数比单独指定最小和最大快。


,