GUIUtility.QueryStateObject 查询状态物体
static function QueryStateObject (t : Type, controlID : int) : object
Description描述
Get an existing state object from a controlID.
从一个controlID获取一个存在的状态物体。
This will return a recycled state object that is unique for controlID. If there is none already, this funtion will return null.
这将返回一个可回收状态物体,该物体具有唯一的controlID。如果没有,这个函数将返回null。
最后修改:2011年1月4日 Tuesday 23:54