Property | Type | Description | |
---|---|---|---|
Anim | Animator | ||
height | int | ||
playerClips | AudioClip[] | ||
speed | float | ||
time | int | ||
width | int |
Method | Description | |
---|---|---|
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 |
return | void |