C# 클래스 ProgCom.Monitor

파일 보기 프로젝트 열기: Binamrad/ProgCom 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
windowID int
windowPos UnityEngine.Rect

공개 메소드들

메소드 설명
OnStart ( PartModule state ) : void
OnUpdate ( ) : void
connect ( ) : void
disconnect ( ) : void
draw ( ) : void
getSegment ( int id ) : int>.Tuple
getSegmentCount ( ) : int
memRead ( ushort position ) : int
memWrite ( ushort position, int value ) : void
recGUIState ( GUIStates g ) : void
recInterruptHandle ( InterruptHandle seg ) : void
tick ( int ticks ) : void

보호된 메소드들

메소드 설명
drawImage ( ) : void
putPixel ( int color ) : void
streamPixels ( ) : void
windowGUI ( int windowID ) : void

비공개 메소드들

메소드 설명
clearScreen ( Color32 c ) : void
fontDraw ( Color32 colA, Color32 colB, System.UInt64 charBits, int pointer ) : void
getDefaultColors ( ) : System.Int32[]
getDefaultFont ( ) : System.UInt32[]
updateColors ( ) : void

메소드 상세

OnStart() 공개 메소드

public OnStart ( PartModule state ) : void
state PartModule
리턴 void

OnUpdate() 공개 메소드

public OnUpdate ( ) : void
리턴 void

connect() 공개 메소드

public connect ( ) : void
리턴 void

disconnect() 공개 메소드

public disconnect ( ) : void
리턴 void

draw() 공개 메소드

public draw ( ) : void
리턴 void

drawImage() 보호된 메소드

protected drawImage ( ) : void
리턴 void

getSegment() 공개 메소드

public getSegment ( int id ) : int>.Tuple
id int
리턴 int>.Tuple

getSegmentCount() 공개 메소드

public getSegmentCount ( ) : int
리턴 int

memRead() 공개 메소드

public memRead ( ushort position ) : int
position ushort
리턴 int

memWrite() 공개 메소드

public memWrite ( ushort position, int value ) : void
position ushort
value int
리턴 void

putPixel() 보호된 메소드

protected putPixel ( int color ) : void
color int
리턴 void

recGUIState() 공개 메소드

public recGUIState ( GUIStates g ) : void
g GUIStates
리턴 void

recInterruptHandle() 공개 메소드

public recInterruptHandle ( InterruptHandle seg ) : void
seg InterruptHandle
리턴 void

streamPixels() 보호된 메소드

protected streamPixels ( ) : void
리턴 void

tick() 공개 메소드

public tick ( int ticks ) : void
ticks int
리턴 void

windowGUI() 보호된 메소드

protected windowGUI ( int windowID ) : void
windowID int
리턴 void

프로퍼티 상세

windowID 보호되어 있는 프로퍼티

protected int windowID
리턴 int

windowPos 보호되어 있는 프로퍼티

protected Rect,UnityEngine windowPos
리턴 UnityEngine.Rect