Class GUIControlSelector
Inheritance
GUIControlSelector
Syntax
[Serializable]
public class GUIControlSelector
Properties
controlName
Declaration
public string controlName { get; set; }
Property Value
guiContent
Declaration
public GUIContent guiContent { get; set; }
Property Value
guiStyleName
Declaration
public string guiStyleName { get; set; }
Property Value
ObjectReference
A reference to a Unity Object of which name will be matched against the text in UI elements.
Declaration
public ObjectReference ObjectReference { get; set; }
Property Value
propertyPath
Declaration
public string propertyPath { get; set; }
Property Value
selectorMode
Declaration
public GUIControlSelector.Mode selectorMode { get; set; }
Property Value
targetType
Declaration
public Type targetType { get; set; }
Property Value