C# 클래스 DescriptionController, TimeLapsus

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

공개 메소드들

메소드 설명
Freeze ( ) : void
FreezeForItemUse ( ) : void
SetDescription ( string description, bool isItemUse ) : void
Unfreeze ( ) : void
UnfreezeForItemUse ( ) : void

비공개 메소드들

메소드 설명
Start ( ) : void

메소드 상세

Freeze() 공개 메소드

public Freeze ( ) : void
리턴 void

FreezeForItemUse() 공개 메소드

public FreezeForItemUse ( ) : void
리턴 void

SetDescription() 공개 메소드

public SetDescription ( string description, bool isItemUse ) : void
description string
isItemUse bool
리턴 void

Unfreeze() 공개 메소드

public Unfreeze ( ) : void
리턴 void

UnfreezeForItemUse() 공개 메소드

public UnfreezeForItemUse ( ) : void
리턴 void