Property | Type | Description | |
---|---|---|---|
_AssetPath | string |
Property | Type | Description | |
---|---|---|---|
_OnAdd | Action |
||
_triggerGroups | GraphTypeInfo>[].IGrouping |
Method | Description | |
---|---|---|
GetLabel ( GraphTypeInfo, item ) : string | ||
GroupBy ( GraphTypeInfo, item ) : string | ||
GroupByCategoryAttributeSelector ( string p ) : string | ||
InitTypeListWindow ( string title, GraphTypeInfo, items, Action |
||
OnGUIScrollView ( ) : void |
Method | Description | |
---|---|---|
ApplySearch ( ) : void |
public GetLabel ( GraphTypeInfo, item ) : string | ||
item | GraphTypeInfo, | |
return | string |
public GroupBy ( GraphTypeInfo, item ) : string | ||
item | GraphTypeInfo, | |
return | string |
public static GroupByCategoryAttributeSelector ( string p ) : string | ||
p | string | |
return | string |
public static InitTypeListWindow ( string title, GraphTypeInfo, items, Action |
||
title | string | |
items | GraphTypeInfo, | |
onAdd | Action |
|
return | void |