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.
使用这个函数比单独指定最小和最大快。
最后修改:2010年12月29日 Wednesday 23:13