C# 클래스 Fortify, verthex

상속: MonoBehaviour
파일 보기 프로젝트 열기: austinblakeslee/verthex 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
sectionNum int

공개 메소드들

메소드 설명
Fortify ( int t, int n ) : System.Collections
Fortify ( string actionMessage ) : System.Collections
GetActionMessage ( ) : string
Perform ( ) : void

보호된 메소드들

메소드 설명
ParseActionMessage ( string actionMessage ) : void

메소드 상세

Fortify() 공개 메소드

public Fortify ( int t, int n ) : System.Collections
t int
n int
리턴 System.Collections

Fortify() 공개 메소드

public Fortify ( string actionMessage ) : System.Collections
actionMessage string
리턴 System.Collections

GetActionMessage() 공개 메소드

public GetActionMessage ( ) : string
리턴 string

ParseActionMessage() 보호된 메소드

protected ParseActionMessage ( string actionMessage ) : void
actionMessage string
리턴 void

Perform() 공개 메소드

public Perform ( ) : void
리턴 void

프로퍼티 상세

sectionNum 공개적으로 프로퍼티

public int sectionNum
리턴 int