C# Class XCodeTypeTemplate, WuxingogoExtension

Inheritance: UnityEngine.ScriptableObject
Mostra file Open project: wuxingogo/WuxingogoExtension Class Usage Examples

Public Methods

Method Description
AddTemplate ( Type type ) : void
GetInstance ( ) : XCodeTypeTemplate,
GetSnippets ( int index ) : string
GetTemplate ( Type type ) : XCodeType
SelectType ( Action callback ) : void

Method Details

AddTemplate() public method

public AddTemplate ( Type type ) : void
type Type
return void

GetInstance() public static method

public static GetInstance ( ) : XCodeTypeTemplate,
return XCodeTypeTemplate,

GetSnippets() public method

public GetSnippets ( int index ) : string
index int
return string

GetTemplate() public method

public GetTemplate ( Type type ) : XCodeType
type Type
return wuxingogo.Code.XCodeType

SelectType() public static method

public static SelectType ( Action callback ) : void
callback Action
return void