C# 클래스 UnityEditor.WebTemplateManagerBase

파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

공개 메소드들

메소드 설명
ClearTemplates ( ) : void
GetTemplateIndex ( string path ) : int
SelectionUI ( UnityEditor.SerializedProperty templateProp ) : void

보호된 메소드들

메소드 설명
WebTemplateManagerBase ( ) : System

비공개 메소드들

메소드 설명
BuildTemplateList ( ) : void
ListTemplates ( string path ) : List
Load ( string path ) : WebTemplate
PrettyTemplateKeyName ( string name ) : string
ThumbnailList ( Rect rect, int selection, GUIContent thumbnails, int maxRowItems ) : int
ThumbnailListItem ( Rect rect, bool selected, GUIContent content ) : bool
UppercaseFirst ( string target ) : string

메소드 상세

ClearTemplates() 공개 메소드

public ClearTemplates ( ) : void
리턴 void

GetTemplateIndex() 공개 메소드

public GetTemplateIndex ( string path ) : int
path string
리턴 int

SelectionUI() 공개 메소드

public SelectionUI ( UnityEditor.SerializedProperty templateProp ) : void
templateProp UnityEditor.SerializedProperty
리턴 void

WebTemplateManagerBase() 보호된 메소드

protected WebTemplateManagerBase ( ) : System
리턴 System