EditorGUILayout.BoundsField 边界盒字段

static function BoundsField (value : Bounds, params options : GUILayoutOption[]) : Bounds
static function BoundsField (label : String, value : Bounds, params options : GUILayoutOption[]) : Bounds
static function BoundsField (label : GUIContent, value : Bounds, params options : GUILayoutOption[]) : Bounds

Parameters参数

Returns

Bounds - The value entered by the user.

返回Bounds,由用户输入的值。

Description描述

Make Center & Extents field for entering a Bounds.

制作Center & Extents字段,用于输入一个Bounds

最后修改:2011年10月3日 Monday 14:54

本脚本参考基于Unity 3.4.1f5

英文部分版权属©Unity公司所有,中文部分© Unity圣典 版权所有,未经许可,严禁转载 。