C# Class UnityEditor.WebTemplateManagerBase

显示文件 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
ClearTemplates ( ) : void
GetTemplateIndex ( string path ) : int
SelectionUI ( UnityEditor.SerializedProperty templateProp ) : void

Protected Methods

Method Description
WebTemplateManagerBase ( ) : System

Private Methods

Method Description
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

Method Details

ClearTemplates() public method

public ClearTemplates ( ) : void
return void

GetTemplateIndex() public method

public GetTemplateIndex ( string path ) : int
path string
return int

SelectionUI() public method

public SelectionUI ( UnityEditor.SerializedProperty templateProp ) : void
templateProp UnityEditor.SerializedProperty
return void

WebTemplateManagerBase() protected method

protected WebTemplateManagerBase ( ) : System
return System