C# 클래스 Fungus.Menu

상속: Fungus.Command
파일 보기 프로젝트 열기: snozbot/fungus 1 사용 예제들

공개 메소드들

메소드 설명
GetButtonColor ( ) : Color
GetConnectedBlocks ( List &connectedBlocks ) : void
GetDescription ( ) : string
GetStandardText ( ) : string
GetStringId ( ) : string
GetSummary ( ) : string
OnEnter ( ) : void
SetStandardText ( string standardText ) : void

메소드 상세

GetButtonColor() 공개 메소드

public GetButtonColor ( ) : Color
리턴 Color

GetConnectedBlocks() 공개 메소드

public GetConnectedBlocks ( List &connectedBlocks ) : void
connectedBlocks List
리턴 void

GetDescription() 공개 메소드

public GetDescription ( ) : string
리턴 string

GetStandardText() 공개 메소드

public GetStandardText ( ) : string
리턴 string

GetStringId() 공개 메소드

public GetStringId ( ) : string
리턴 string

GetSummary() 공개 메소드

public GetSummary ( ) : string
리턴 string

OnEnter() 공개 메소드

public OnEnter ( ) : void
리턴 void

SetStandardText() 공개 메소드

public SetStandardText ( string standardText ) : void
standardText string
리턴 void