C# 클래스 CombatLog, verthex

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

공개 프로퍼티들

프로퍼티 타입 설명
NUM_LINES int
PER_LINE float
messages List

공개 메소드들

메소드 설명
addLine ( string m ) : void
addLineNoPlayer ( string m ) : void

비공개 메소드들

메소드 설명
GetString ( ) : string
Start ( ) : void

메소드 상세

addLine() 공개 정적인 메소드

public static addLine ( string m ) : void
m string
리턴 void

addLineNoPlayer() 공개 정적인 메소드

public static addLineNoPlayer ( string m ) : void
m string
리턴 void

프로퍼티 상세

NUM_LINES 공개적으로 정적으로 프로퍼티

public static int NUM_LINES
리턴 int

PER_LINE 공개적으로 정적으로 프로퍼티

public static float PER_LINE
리턴 float

messages 공개적으로 정적으로 프로퍼티

public static List messages
리턴 List