Class ListControl
Assembly: UnityEditor.dll
Syntax
[Serializable]
public class ListControl
Constructors
|
Improve this Doc
View Source
ListControl()
Declaration
Properties
|
Improve this Doc
View Source
ActionEvent
Declaration
public ListControl.ActionDelegate ActionEvent { get; set; }
Property Value
|
Improve this Doc
View Source
DragAcceptOnly
Declaration
public bool DragAcceptOnly { get; set; }
Property Value
|
Improve this Doc
View Source
DragEvent
Declaration
public ListControl.DragDelegate DragEvent { get; set; }
Property Value
|
Improve this Doc
View Source
EmptyChangeSets
Declaration
public ChangeSets EmptyChangeSets { get; }
Property Value
|
Improve this Doc
View Source
ExpandEvent
Declaration
public ListControl.ExpandDelegate ExpandEvent { get; set; }
Property Value
|
Improve this Doc
View Source
listState
Declaration
public ListControl.ListState listState { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public string MenuDefault { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string MenuFolder { get; set; }
Property Value
|
Improve this Doc
View Source
ReadOnly
Declaration
public bool ReadOnly { get; set; }
Property Value
|
Improve this Doc
View Source
Root
Declaration
public ListItem Root { get; }
Property Value
|
Improve this Doc
View Source
SelectedAssets
Declaration
public AssetList SelectedAssets { get; }
Property Value
|
Improve this Doc
View Source
SelectedChangeSets
Declaration
public ChangeSets SelectedChangeSets { get; }
Property Value
|
Improve this Doc
View Source
Size
Declaration
Property Value
Methods
|
Improve this Doc
View Source
Add(ListItem, String, Asset)
Declaration
public ListItem Add(ListItem parent, string name, Asset asset)
Parameters
Returns
|
Improve this Doc
View Source
Add(ListItem, String, ChangeSet)
Declaration
public ListItem Add(ListItem parent, string name, ChangeSet change)
Parameters
Returns
|
Improve this Doc
View Source
Clear()
Declaration
|
Improve this Doc
View Source
Finalize()
Declaration
protected void Finalize()
|
Improve this Doc
View Source
FindItemWithIdentifier(Int32)
Declaration
public ListItem FindItemWithIdentifier(int identifier)
Parameters
Type |
Name |
Description |
Int32 |
identifier |
|
Returns
|
Improve this Doc
View Source
FromID(Int32)
Declaration
public static ListControl FromID(int id)
Parameters
Type |
Name |
Description |
Int32 |
id |
|
Returns
|
Improve this Doc
View Source
OnGUI(Rect, Boolean)
Declaration
public bool OnGUI(Rect area, bool focus)
Parameters
Returns
|
Improve this Doc
View Source
Refresh()
Declaration
|
Improve this Doc
View Source
Refresh(Boolean)
Declaration
public void Refresh(bool updateExpanded)
Parameters
Type |
Name |
Description |
Boolean |
updateExpanded |
|
|
Improve this Doc
View Source
SelectedAdd(ListItem)
Declaration
public void SelectedAdd(ListItem item)
Parameters
|
Improve this Doc
View Source
SelectedAll()
Declaration
public void SelectedAll()
|
Improve this Doc
View Source
SelectedSet(ListItem)
Declaration
public void SelectedSet(ListItem item)
Parameters
|
Improve this Doc
View Source
Sync()
Declaration
Extension Methods