C# Class XCodeTypeTemplate, WuxingogoExtension

Inheritance: UnityEngine.ScriptableObject
Afficher le fichier Open project: wuxingogo/WuxingogoExtension Class Usage Examples

Méthodes publiques

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

Method Details

AddTemplate() public méthode

public AddTemplate ( Type type ) : void
type Type
Résultat void

GetInstance() public static méthode

public static GetInstance ( ) : XCodeTypeTemplate,
Résultat XCodeTypeTemplate,

GetSnippets() public méthode

public GetSnippets ( int index ) : string
index int
Résultat string

GetTemplate() public méthode

public GetTemplate ( Type type ) : XCodeType
type Type
Résultat wuxingogo.Code.XCodeType

SelectType() public static méthode

public static SelectType ( Action callback ) : void
callback Action
Résultat void