Legacy Documentation: Version 4.6(go to latest)
Language: English
  • C#
  • JS
  • Boo

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

GUIUtility.QueryStateObject

public static function QueryStateObject(t: Type, controlID: int): object;

Description

Get an existing state object from a controlID.

This will return a recycled state object that is unique for controlID. If there is none already, this funtion will return null.