C# 클래스 PlayerControler, FetchQuest

상속: MonoBehaviour
파일 보기 프로젝트 열기: uwgb-socsc/FetchQuest 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
countText Text
speed float
winText Text

공개 메소드들

메소드 설명
FixedUpdate ( ) : void
OnTriggerEnter ( Collider other ) : void
SetCountText ( ) : void
Start ( ) : void

메소드 상세

FixedUpdate() 공개 메소드

public FixedUpdate ( ) : void
리턴 void

OnTriggerEnter() 공개 메소드

public OnTriggerEnter ( Collider other ) : void
other Collider
리턴 void

SetCountText() 공개 메소드

public SetCountText ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

프로퍼티 상세

countText 공개적으로 프로퍼티

public Text countText
리턴 Text

speed 공개적으로 프로퍼티

public float speed
리턴 float

winText 공개적으로 프로퍼티

public Text winText
리턴 Text