C# Class SongZoneLAN, Unity-ITGHD

Inheritance: MonoBehaviour
Show file Open project: BenouKat/Unity-ITGHD

Public Properties

Property Type Description
SearchBarPos Rect
activeModule bool
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 property

public Rect SearchBarPos
return Rect

activeModule public property

public bool activeModule
return bool

camerasong public property

public Camera camerasong
return Camera

cubeSong public property

public GameObject cubeSong
return GameObject

decalCubeSelected public property

public float decalCubeSelected
return float

decalLabelX public property

public float decalLabelX
return float

decalLabelY public property

public float decalLabelY
return float

decalSongListY public property

public float decalSongListY
return float

limite public property

public float limite
return float

locked public property

public bool locked
return bool

numberToDisplay public property

public int numberToDisplay
return int

offsetSubstitle public property

public float offsetSubstitle
return float

posCache public property

public Rect posCache
return Rect

posSonglist public property

public Rect posSonglist
return Rect

posSwitchSearch public property

public Rect posSwitchSearch
return Rect

posXModule public property

public Vector2 posXModule
return Vector2

speedCameraDefil public property

public float speedCameraDefil
return float

speedPop public property

public float speedPop
return float

startSongListY public property

public float startSongListY
return float