EditorWindow.GetWindowWithRect.<T> 获取rect处的窗口

static function GetWindowWithRect.<T> (rect : Rect) : T
static function GetWindowWithRect.<T> (rect : Rect, utility : bool) : T
static function GetWindowWithRect.<T> (rect : Rect, utility : bool, title : string) : T
static function GetWindowWithRect.<T> (rect : Rect, utility : bool, title : string, focus : bool) : T

Parameters参数

Description描述

Returns the first EditorWindow of type t which is currently on the screen.

返回屏幕上当前类型t的第一个编辑器窗口。

If there is none, creates and shows new window at the position rect and returns the instance of it.

如果没有,在位置rect创建并显示新的窗口并返回它的实例。

最后修改:2011年6月24日 Friday 16:17

本脚本参考基于Unity 3.4.1f5

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