Class ListItem
Assembly: UnityEditor.dll
Syntax
Constructors
|
Improve this Doc
View Source
ListItem()
Declaration
Properties
|
Improve this Doc
View Source
Actions
Declaration
public string[] Actions { get; set; }
Property Value
|
Improve this Doc
View Source
Asset
Declaration
public Asset Asset { get; set; }
Property Value
|
Improve this Doc
View Source
CanAccept
Declaration
public bool CanAccept { get; set; }
Property Value
|
Improve this Doc
View Source
CanExpand
Declaration
public bool CanExpand { get; }
Property Value
|
Improve this Doc
View Source
Change
Declaration
public ChangeSet Change { get; set; }
Property Value
|
Improve this Doc
View Source
ChildCount
Declaration
public int ChildCount { get; }
Property Value
|
Improve this Doc
View Source
Dummy
Declaration
public bool Dummy { get; set; }
Property Value
|
Improve this Doc
View Source
Exclusive
Declaration
public bool Exclusive { get; set; }
Property Value
|
Improve this Doc
View Source
Expanded
Declaration
public bool Expanded { get; set; }
Property Value
|
Improve this Doc
View Source
FirstChild
Declaration
public ListItem FirstChild { get; }
Property Value
|
Improve this Doc
View Source
HasActions
Declaration
public bool HasActions { get; }
Property Value
|
Improve this Doc
View Source
HasChildren
Declaration
public bool HasChildren { get; }
Property Value
|
Improve this Doc
View Source
Hidden
Declaration
public bool Hidden { get; set; }
Property Value
|
Improve this Doc
View Source
Icon
Declaration
public Texture Icon { get; set; }
Property Value
|
Improve this Doc
View Source
Identifier
Declaration
public int Identifier { get; }
Property Value
|
Improve this Doc
View Source
Indent
Declaration
public int Indent { get; set; }
Property Value
|
Improve this Doc
View Source
Item
Declaration
public object Item { get; set; }
Property Value
|
Improve this Doc
View Source
LastChild
Declaration
public ListItem LastChild { get; }
Property Value
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; set; }
Property Value
|
Improve this Doc
View Source
Next
Declaration
public ListItem Next { get; }
Property Value
|
Improve this Doc
View Source
NextOpen
Declaration
public ListItem NextOpen { get; }
Property Value
|
Improve this Doc
View Source
NextOpenSkip
Declaration
public ListItem NextOpenSkip { get; }
Property Value
|
Improve this Doc
View Source
NextOpenVisible
Declaration
public ListItem NextOpenVisible { get; }
Property Value
|
Improve this Doc
View Source
OpenCount
Declaration
public int OpenCount { get; }
Property Value
|
Improve this Doc
View Source
Parent
Declaration
public ListItem Parent { get; }
Property Value
|
Improve this Doc
View Source
Prev
Declaration
public ListItem Prev { get; }
Property Value
|
Improve this Doc
View Source
PrevOpen
Declaration
public ListItem PrevOpen { get; }
Property Value
|
Improve this Doc
View Source
PrevOpenSkip
Declaration
public ListItem PrevOpenSkip { get; }
Property Value
|
Improve this Doc
View Source
PrevOpenVisible
Declaration
public ListItem PrevOpenVisible { get; }
Property Value
Methods
|
Improve this Doc
View Source
Add(ListItem)
Declaration
public void Add(ListItem listItem)
Parameters
|
Improve this Doc
View Source
Clear()
Declaration
|
Improve this Doc
View Source
Finalize()
Declaration
protected void Finalize()
|
Improve this Doc
View Source
FindWithIdentifierRecurse(Int32)
Declaration
public ListItem FindWithIdentifierRecurse(int inIdentifier)
Parameters
Type |
Name |
Description |
Int32 |
inIdentifier |
|
Returns
|
Improve this Doc
View Source
HasPath()
Declaration
Returns
|
Improve this Doc
View Source
IsChildOf(ListItem)
Declaration
public bool IsChildOf(ListItem listItem)
Parameters
Returns
|
Improve this Doc
View Source
Remove(ListItem)
Declaration
public bool Remove(ListItem listItem)
Parameters
Returns
|
Improve this Doc
View Source
RemoveAll()
Declaration
Extension Methods