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
Bounds - The value entered by the user.
返回Bounds,由用户输入的值。
Description描述
Make Center & Extents field for entering a Bounds.
制作Center & Extents字段,用于输入一个Bounds。