C# 클래스 TuxedoBerries.ScenePanel.Provider.TextureDatabaseProvider

Texture database provider.
파일 보기 프로젝트 열기: TuxedoBerries/ScenePanel

공개 메소드들

메소드 설명
GetDatabase ( object source ) : TextureDatabase

Gets the database.

ReturnDatabase ( object source ) : void

Returns the database.

메소드 상세

GetDatabase() 공개 정적인 메소드

Gets the database.
public static GetDatabase ( object source ) : TextureDatabase
source object Source.
리턴 TuxedoBerries.ScenePanel.Controllers.TextureDatabase

ReturnDatabase() 공개 정적인 메소드

Returns the database.
public static ReturnDatabase ( object source ) : void
source object Source.
리턴 void