C# 클래스 ProgCom.TapeDrive

상속: PartModule, IPCHardware, PCGUIListener
파일 보기 프로젝트 열기: Binamrad/ProgCom 1 사용 예제들

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
OnStart ( PartModule state ) : 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
saveTape ( String name, Int32 tape ) : void
tick ( int ticks ) : void

비공개 메소드들

메소드 설명
EOTException ( ) : void
busyException ( ) : void
getStatus ( int statusIndex ) : bool
handleSendRec ( ) : void
insertMedia ( Int32 tape ) : void
interpretInt ( Int32 i ) : void
loadTape ( String name ) : System.Int32[]
overflowException ( ) : void
performRWS ( int ticks ) : void
saveTapeInternal ( String name ) : void
setStatus ( int statusIndex, bool status ) : void
tapeEjectedException ( ) : void
unrecognisedCommandException ( ) : void
windowGUI ( int windowID ) : void

메소드 상세

OnStart() 공개 메소드

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

connect() 공개 메소드

public connect ( ) : void
리턴 void

disconnect() 공개 메소드

public disconnect ( ) : void
리턴 void

draw() 공개 메소드

public draw ( ) : 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

recGUIState() 공개 메소드

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

recInterruptHandle() 공개 메소드

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

saveTape() 공개 정적인 메소드

public static saveTape ( String name, Int32 tape ) : void
name String
tape System.Int32
리턴 void

tick() 공개 메소드

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

프로퍼티 상세

windowPos 보호되어 있는 프로퍼티

protected Rect,UnityEngine windowPos
리턴 UnityEngine.Rect