C# 클래스 ProjectGenerator.RcInstruction

상속: CustomInstruction
파일 보기 프로젝트 열기: mheise/Unmake 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
singleInputFlags HashSet

공개 메소드들

메소드 설명
RcInstruction ( ) : System
RcInstruction ( CustomInstruction customInstr ) : System
RcInstruction ( string instr ) : System
analyzeCommands ( ) : void

메소드 상세

RcInstruction() 공개 메소드

public RcInstruction ( ) : System
리턴 System

RcInstruction() 공개 메소드

public RcInstruction ( CustomInstruction customInstr ) : System
customInstr CustomInstruction
리턴 System

RcInstruction() 공개 메소드

public RcInstruction ( string instr ) : System
instr string
리턴 System

analyzeCommands() 공개 메소드

public analyzeCommands ( ) : void
리턴 void

프로퍼티 상세

singleInputFlags 공개적으로 프로퍼티

public HashSet singleInputFlags
리턴 HashSet