C# Class ElementItemTypesWindow, uFrame.Editor

Inheritance: SearchableScrollWindow
Datei anzeigen Open project: InvertGames/uFrame.Editor Class Usage Examples

Public Properties

Property Type Description
_AssetPath string

Protected Properties

Property Type Description
_OnAdd Action
_triggerGroups GraphTypeInfo>[].IGrouping

Public Methods

Method Description
GetLabel ( GraphTypeInfo, item ) : string
GroupBy ( GraphTypeInfo, item ) : string
GroupByCategoryAttributeSelector ( string p ) : string
InitTypeListWindow ( string title, GraphTypeInfo, items, Action onAdd ) : void
OnGUIScrollView ( ) : void

Protected Methods

Method Description
ApplySearch ( ) : void

Method Details

ApplySearch() protected method

protected ApplySearch ( ) : void
return void

GetLabel() public method

public GetLabel ( GraphTypeInfo, item ) : string
item GraphTypeInfo,
return string

GroupBy() public method

public GroupBy ( GraphTypeInfo, item ) : string
item GraphTypeInfo,
return string

GroupByCategoryAttributeSelector() public static method

public static GroupByCategoryAttributeSelector ( string p ) : string
p string
return string

InitTypeListWindow() public static method

public static InitTypeListWindow ( string title, GraphTypeInfo, items, Action onAdd ) : void
title string
items GraphTypeInfo,
onAdd Action
return void

OnGUIScrollView() public method

public OnGUIScrollView ( ) : void
return void

Property Details

_AssetPath public_oe property

public string _AssetPath
return string

_OnAdd protected_oe property

protected Action _OnAdd
return Action

_triggerGroups protected_oe property

protected IGrouping[] _triggerGroups
return GraphTypeInfo>[].IGrouping