C# 클래스 SunsetHigh.Library

상속: Room
파일 보기 프로젝트 열기: ErraticUnicorn/MOSH 1 사용 예제들

공개 메소드들

메소드 설명
Library ( ) : System
loadContent ( Microsoft content, string filename ) : void
onEnter ( ) : void
onExit ( ) : void

메소드 상세

Library() 공개 메소드

public Library ( ) : System
리턴 System

loadContent() 공개 메소드

public loadContent ( Microsoft content, string filename ) : void
content Microsoft
filename string
리턴 void

onEnter() 공개 메소드

public onEnter ( ) : void
리턴 void

onExit() 공개 메소드

public onExit ( ) : void
리턴 void