C# 클래스 ElementItemTypesWindow, uFrame.Editor

상속: SearchableScrollWindow
파일 보기 프로젝트 열기: InvertGames/uFrame.Editor 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
_AssetPath string

보호된 프로퍼티들

프로퍼티 타입 설명
_OnAdd Action
_triggerGroups GraphTypeInfo>[].IGrouping

공개 메소드들

메소드 설명
GetLabel ( GraphTypeInfo, item ) : string
GroupBy ( GraphTypeInfo, item ) : string
GroupByCategoryAttributeSelector ( string p ) : string
InitTypeListWindow ( string title, GraphTypeInfo, items, Action onAdd ) : void
OnGUIScrollView ( ) : void

보호된 메소드들

메소드 설명
ApplySearch ( ) : void

메소드 상세

ApplySearch() 보호된 메소드

protected ApplySearch ( ) : void
리턴 void

GetLabel() 공개 메소드

public GetLabel ( GraphTypeInfo, item ) : string
item GraphTypeInfo,
리턴 string

GroupBy() 공개 메소드

public GroupBy ( GraphTypeInfo, item ) : string
item GraphTypeInfo,
리턴 string

GroupByCategoryAttributeSelector() 공개 정적인 메소드

public static GroupByCategoryAttributeSelector ( string p ) : string
p string
리턴 string

InitTypeListWindow() 공개 정적인 메소드

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

OnGUIScrollView() 공개 메소드

public OnGUIScrollView ( ) : void
리턴 void

프로퍼티 상세

_AssetPath 공개적으로 프로퍼티

public string _AssetPath
리턴 string

_OnAdd 보호되어 있는 프로퍼티

protected Action _OnAdd
리턴 Action

_triggerGroups 보호되어 있는 프로퍼티

protected IGrouping[] _triggerGroups
리턴 GraphTypeInfo>[].IGrouping