C# 클래스 TestExtensions, Entitas-CSharp

파일 보기 프로젝트 열기: sschmid/Entitas-CSharp 1 사용 예제들

공개 메소드들

메소드 설명
CreateEntity ( this spec ) : Entity
Fail ( this spec ) : void
GetProjectRoot ( ) : string
GetSourceFiles ( string path ) : string>.Dictionary
GetSourceFilesInclAllProjects ( string path ) : string>.Dictionary

비공개 메소드들

메소드 설명
dir ( ) : string

메소드 상세

CreateEntity() 공개 정적인 메소드

public static CreateEntity ( this spec ) : Entity
spec this
리턴 Entity

Fail() 공개 정적인 메소드

public static Fail ( this spec ) : void
spec this
리턴 void

GetProjectRoot() 공개 정적인 메소드

public static GetProjectRoot ( ) : string
리턴 string

GetSourceFiles() 공개 정적인 메소드

public static GetSourceFiles ( string path ) : string>.Dictionary
path string
리턴 string>.Dictionary

GetSourceFilesInclAllProjects() 공개 정적인 메소드

public static GetSourceFilesInclAllProjects ( string path ) : string>.Dictionary
path string
리턴 string>.Dictionary