C# Class Entitas.CodeGenerator.CodeGeneratorExtensions

Afficher le fichier Open project: sschmid/Entitas-CSharp

Méthodes publiques

Méthode Description
ComponentLookupTags ( this componentInfo ) : string[]
ContextPrefix ( this contextName ) : string
IsDefaultContextName ( this contextName ) : bool
LowercaseFirst ( this str ) : string
ToUnixLineEndings ( this str ) : string
UppercaseFirst ( this str ) : string

Method Details

ComponentLookupTags() public static méthode

public static ComponentLookupTags ( this componentInfo ) : string[]
componentInfo this
Résultat string[]

ContextPrefix() public static méthode

public static ContextPrefix ( this contextName ) : string
contextName this
Résultat string

IsDefaultContextName() public static méthode

public static IsDefaultContextName ( this contextName ) : bool
contextName this
Résultat bool

LowercaseFirst() public static méthode

public static LowercaseFirst ( this str ) : string
str this
Résultat string

ToUnixLineEndings() public static méthode

public static ToUnixLineEndings ( this str ) : string
str this
Résultat string

UppercaseFirst() public static méthode

public static UppercaseFirst ( this str ) : string
str this
Résultat string