C# 클래스 ViewFactory, code

상속: MonoBehaviour, IViewFactory
파일 보기 프로젝트 열기: shendongnian/code 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
GetAllViewsInRegion ( string regionName ) : IView[],
ViewFactory ( )

비공개 메소드들

메소드 설명
IsInRegion ( Type, implementation, string regionName ) : bool

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetAllViewsInRegion() 공개 메소드

public GetAllViewsInRegion ( string regionName ) : IView[],
regionName string
리턴 IView[],

ViewFactory() 공개 메소드

public ViewFactory ( )