C# 클래스 XCodeTypeTemplate, WuxingogoExtension

상속: UnityEngine.ScriptableObject
파일 보기 프로젝트 열기: wuxingogo/WuxingogoExtension 1 사용 예제들

공개 메소드들

메소드 설명
AddTemplate ( Type type ) : void
GetInstance ( ) : XCodeTypeTemplate,
GetSnippets ( int index ) : string
GetTemplate ( Type type ) : XCodeType
SelectType ( Action callback ) : void

메소드 상세

AddTemplate() 공개 메소드

public AddTemplate ( Type type ) : void
type Type
리턴 void

GetInstance() 공개 정적인 메소드

public static GetInstance ( ) : XCodeTypeTemplate,
리턴 XCodeTypeTemplate,

GetSnippets() 공개 메소드

public GetSnippets ( int index ) : string
index int
리턴 string

GetTemplate() 공개 메소드

public GetTemplate ( Type type ) : XCodeType
type Type
리턴 wuxingogo.Code.XCodeType

SelectType() 공개 정적인 메소드

public static SelectType ( Action callback ) : void
callback Action
리턴 void