C# 클래스 kOS.InterpreterBootup

상속: kOS.ExecutionContext
파일 보기 프로젝트 열기: Nivekk/KOS

공개 메소드들

메소드 설명
GetBuffer ( ) : ].char[
InterpreterBootup ( kOS.ExecutionContext parent ) : System
PrintAt ( String text, int x, int y ) : void
ShowAnimationFrame ( int frame ) : void
Update ( float time ) : void

메소드 상세

GetBuffer() 공개 메소드

public GetBuffer ( ) : ].char[
리턴 ].char[

InterpreterBootup() 공개 메소드

public InterpreterBootup ( kOS.ExecutionContext parent ) : System
parent kOS.ExecutionContext
리턴 System

PrintAt() 공개 메소드

public PrintAt ( String text, int x, int y ) : void
text String
x int
y int
리턴 void

ShowAnimationFrame() 공개 메소드

public ShowAnimationFrame ( int frame ) : void
frame int
리턴 void

Update() 공개 메소드

public Update ( float time ) : void
time float
리턴 void