C# 클래스 DancesExecuted, ggj16

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

공개 메소드들

메소드 설명
ExecuteDance ( DanceMove, move ) : void
GetExecutedDances ( ) : int[]
HasExecutedDance ( int id ) : bool

보호된 메소드들

메소드 설명
Awake ( ) : void

비공개 메소드들

메소드 설명
Save ( ) : void

메소드 상세

Awake() 보호된 메소드

protected Awake ( ) : void
리턴 void

ExecuteDance() 공개 메소드

public ExecuteDance ( DanceMove, move ) : void
move DanceMove,
리턴 void

GetExecutedDances() 공개 메소드

public GetExecutedDances ( ) : int[]
리턴 int[]

HasExecutedDance() 공개 메소드

public HasExecutedDance ( int id ) : bool
id int
리턴 bool