C# 클래스 ObjectiveDisplay, RoverGame

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

공개 프로퍼티들

프로퍼티 타입 설명
fillSpeed float
objective Objective,
objectiveText Text
permanentText Text

공개 메소드들

메소드 설명
FillText ( string s ) : IEnumerator
Initialize ( ) : void
Initialize ( float typeSpeed ) : void

type speed refers to wait time before each char is typed

메소드 상세

FillText() 공개 메소드

public FillText ( string s ) : IEnumerator
s string
리턴 IEnumerator

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

Initialize() 공개 메소드

type speed refers to wait time before each char is typed
public Initialize ( float typeSpeed ) : void
typeSpeed float
리턴 void

프로퍼티 상세

fillSpeed 공개적으로 프로퍼티

public float fillSpeed
리턴 float

objective 공개적으로 프로퍼티

public Objective, objective
리턴 Objective,

objectiveText 공개적으로 프로퍼티

public Text objectiveText
리턴 Text

permanentText 공개적으로 프로퍼티

public Text permanentText
리턴 Text