C# Class SongZone, Unity-ITGHD

Inheritance: MonoBehaviour
ファイルを表示 Open project: BenouKat/Unity-ITGHD

Public Properties

Property Type Description
SearchBarPos Rect
camerasong Camera
cubeSong GameObject
decalCubeSelected float
decalLabelX float
decalLabelY float
decalSongListY float
limite float
locked bool
numberToDisplay int
offsetSubstitle float
posCache Rect
posSonglist Rect
posSwitchSearch Rect
posXModule Vector2
speedCameraDefil float
speedPop float
startSongListY float

Public Methods

Method Description
GUIModule ( ) : void
Start ( ) : void
Update ( ) : void
activeSongList ( Song>.Dictionary pack ) : void
activeSongList ( string pack ) : void
createCubeSong ( ) : void
desactiveSongList ( ) : void
getStartNumber ( ) : int
onPopin ( ) : void
onPopout ( ) : void
unFocus ( ) : void

Private Methods

Method Description
sortToString ( Sort, s ) : string

Method Details

GUIModule() public method

public GUIModule ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

activeSongList() public method

public activeSongList ( Song>.Dictionary pack ) : void
pack Song>.Dictionary
return void

activeSongList() public method

public activeSongList ( string pack ) : void
pack string
return void

createCubeSong() public method

public createCubeSong ( ) : void
return void

desactiveSongList() public method

public desactiveSongList ( ) : void
return void

getStartNumber() public method

public getStartNumber ( ) : int
return int

onPopin() public method

public onPopin ( ) : void
return void

onPopout() public method

public onPopout ( ) : void
return void

unFocus() public method

public unFocus ( ) : void
return void

Property Details

SearchBarPos public_oe property

public Rect SearchBarPos
return Rect

camerasong public_oe property

public Camera camerasong
return Camera

cubeSong public_oe property

public GameObject cubeSong
return GameObject

decalCubeSelected public_oe property

public float decalCubeSelected
return float

decalLabelX public_oe property

public float decalLabelX
return float

decalLabelY public_oe property

public float decalLabelY
return float

decalSongListY public_oe property

public float decalSongListY
return float

limite public_oe property

public float limite
return float

locked public_oe property

public bool locked
return bool

numberToDisplay public_oe property

public int numberToDisplay
return int

offsetSubstitle public_oe property

public float offsetSubstitle
return float

posCache public_oe property

public Rect posCache
return Rect

posSonglist public_oe property

public Rect posSonglist
return Rect

posSwitchSearch public_oe property

public Rect posSwitchSearch
return Rect

posXModule public_oe property

public Vector2 posXModule
return Vector2

speedCameraDefil public_oe property

public float speedCameraDefil
return float

speedPop public_oe property

public float speedPop
return float

startSongListY public_oe property

public float startSongListY
return float