프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Anim | Animator | ||
height | int | ||
playerClips | AudioClip[] | ||
speed | float | ||
time | int | ||
width | int |
메소드 | 설명 | |
---|---|---|
FixedUpdate ( ) : void | ||
Start ( ) : void | ||
getLastInput ( ) : string | ||
moveDown ( ) : void | ||
moveLeft ( ) : void | ||
moveRight ( ) : void | ||
moveUp ( ) : void | ||
playSound ( int clipNumber ) : void |
Plays a sound.
|
public playSound ( int clipNumber ) : void | ||
clipNumber | int | Index of the song in the Array of songs |
리턴 | void |