C# 클래스 MusicPlayer, RPGQuest

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

공개 프로퍼티들

프로퍼티 타입 설명
fadeTime float
interpolate EaseType
musicClip int
playType MusicPlayType

공개 메소드들

메소드 설명
DropInteract ( ChoiceContent, drop ) : bool
Interact ( ) : bool
OnDrawGizmos ( ) : void
OnMouseUp ( ) : void
OnTriggerEnter ( Collider other ) : void
OnTriggerExit ( Collider other ) : void
PlayMusic ( ) : void
TouchInteract ( ) : void
Update ( ) : void

메소드 상세

DropInteract() 공개 메소드

public DropInteract ( ChoiceContent, drop ) : bool
drop ChoiceContent,
리턴 bool

Interact() 공개 메소드

public Interact ( ) : bool
리턴 bool

OnDrawGizmos() 공개 메소드

public OnDrawGizmos ( ) : void
리턴 void

OnMouseUp() 공개 메소드

public OnMouseUp ( ) : void
리턴 void

OnTriggerEnter() 공개 메소드

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

OnTriggerExit() 공개 메소드

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

PlayMusic() 공개 메소드

public PlayMusic ( ) : void
리턴 void

TouchInteract() 공개 메소드

public TouchInteract ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

fadeTime 공개적으로 프로퍼티

public float fadeTime
리턴 float

interpolate 공개적으로 프로퍼티

public EaseType interpolate
리턴 EaseType

musicClip 공개적으로 프로퍼티

public int musicClip
리턴 int

playType 공개적으로 프로퍼티

public MusicPlayType playType
리턴 MusicPlayType