C# 클래스 Entitas.CodeGenerator.CodeGeneratorExtensions

파일 보기 프로젝트 열기: sschmid/Entitas-CSharp

공개 메소드들

메소드 설명
ComponentLookupTags ( this componentInfo ) : string[]
ContextPrefix ( this contextName ) : string
IsDefaultContextName ( this contextName ) : bool
LowercaseFirst ( this str ) : string
ToUnixLineEndings ( this str ) : string
UppercaseFirst ( this str ) : string

메소드 상세

ComponentLookupTags() 공개 정적인 메소드

public static ComponentLookupTags ( this componentInfo ) : string[]
componentInfo this
리턴 string[]

ContextPrefix() 공개 정적인 메소드

public static ContextPrefix ( this contextName ) : string
contextName this
리턴 string

IsDefaultContextName() 공개 정적인 메소드

public static IsDefaultContextName ( this contextName ) : bool
contextName this
리턴 bool

LowercaseFirst() 공개 정적인 메소드

public static LowercaseFirst ( this str ) : string
str this
리턴 string

ToUnixLineEndings() 공개 정적인 메소드

public static ToUnixLineEndings ( this str ) : string
str this
리턴 string

UppercaseFirst() 공개 정적인 메소드

public static UppercaseFirst ( this str ) : string
str this
리턴 string