C# Class WheelSongMainScript, Unity-ITGHD

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

Public Properties

Property Type Description
BPMDisplay Rect
Explode1 ParticleSystem
Explode2 ParticleSystem
Explode3 ParticleSystem
Fond1 ParticleSystem
Jouer Rect
Line1 ParticleSystem
Option Rect
PSCore GameObject
RayCore GameObject
SearchBarPos Rect
arriveOptionDiff Vector2
arriveSongDiff Vector2
artistnstepDisplay Rect
borderXDisplay float
cacheOption GameObject
cameradiff Camera
camerapack Camera
cubeBase GameObject
cubeSong GameObject
departGraphX float
departGraphY float
diffZoom float
ecart float
ecartDiff float
ecartForBack float
ecartSong float
graph UnityEngine.LineRenderer
ht float
launchSong UnityEngine.AudioClip
limite float
limiteMoveOption float
mainThemeClip UnityEngine.AudioSource
medals List
miniCubePack GameObject
numberToDisplay int
offsetBaseFading float
offsetInfo float
offsetSpeedRateX float
offsetSubstitle float
offsetWidthDisplayBPMSV float
offsetX float[]
offsetXDisplay float
offsetXDisplayBPMSwitch float
offsetXDisplayBPMValue float
offsetYOption float
optionSeparator UnityEngine.LineRenderer[]
plane GameObject
posArtist Rect
posBackward Rect
posBestScore Rect
posDifficulty Rect
posForward Rect
posGraph Rect
posInfo Rect
posInfo2 Rect
posInfo3 Rect
posInfo4 Rect
posInfo5 Rect
posItem Rect[]
posItemLabel Rect[]
posLabelLoading Rect
posMaxinten Rect
posNote Rect
posNumberDiff Rect
posOptionTitle Rect
posSongTitle Rect
posSonglist Rect
posSpecialNote Rect
posStepArtist Rect
posSubTitle Rect
posSwitchSearch Rect
posTopProfileScore Rect
selectedImage Rect
separator UnityEngine.LineRenderer
skin UnityEngine.GUISkin
songClip UnityEngine.AudioSource
speedAlphaBlack float
speedAlphaSongLaunch float
speedAudioVolume float
speedCameraDefil float
speedFadeAlpha float
speedMove float
speedMoveOption float
speedMoveSong float
timeBeforeDisplay float
timeFadeOut float
timeFadeOutDisplay float
timeOption float
topGraphX float
topGraphY float
wd float
x10 float
xm10 float
y float

Public Methods

Method Description
Awake ( ) : void
DestroyCustomCubeSong ( ) : void
OnGUI ( ) : void
Start ( ) : void
Update ( ) : void
activeCustomPack ( ) : void
activeDiff ( Song>.Dictionary so ) : void
activeDiffPS ( Song>.Dictionary so ) : void
activeNumberDiff ( Song>.Dictionary so ) : void
activePack ( string s ) : void
createCubeSong ( ) : void
createCubeSong ( Song>.Dictionary theSongList ) : void
decreaseCubeB ( ) : void
decreaseCubeF ( ) : void
desactiveDiff ( ) : void
desactivePack ( ) : void
displayGraph ( Song>.Dictionary so ) : void
fastDecreaseCubeB ( ) : void
fastDecreaseCubeF ( ) : void
organiseCube ( ) : void
startTheSongStreamed ( ) : void
verifyScore ( ) : void

Private Methods

Method Description
AnimSearchBar ( bool reverse ) : IEnumerator
NextInt ( int i, int recurs ) : int
OptionAnim ( int i, bool reverse ) : IEnumerator
OptionAnimDisplay ( int i, bool reverse ) : IEnumerator
PrevInt ( int i, int recurs ) : int
endOptionFade ( ) : IEnumerator
sortToString ( Sort, s ) : string
startOptionFade ( ) : IEnumerator
startTheSongUnstreamed ( ) : IEnumerator

Method Details

Awake() public method

public Awake ( ) : void
return void

DestroyCustomCubeSong() public method

public DestroyCustomCubeSong ( ) : void
return void

OnGUI() public method

public OnGUI ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

activeCustomPack() public method

public activeCustomPack ( ) : void
return void

activeDiff() public method

public activeDiff ( Song>.Dictionary so ) : void
so Song>.Dictionary
return void

activeDiffPS() public method

public activeDiffPS ( Song>.Dictionary so ) : void
so Song>.Dictionary
return void

activeNumberDiff() public method

public activeNumberDiff ( Song>.Dictionary so ) : void
so Song>.Dictionary
return void

activePack() public method

public activePack ( string s ) : void
s string
return void

createCubeSong() public method

public createCubeSong ( ) : void
return void

createCubeSong() public method

public createCubeSong ( Song>.Dictionary theSongList ) : void
theSongList Song>.Dictionary
return void

decreaseCubeB() public method

public decreaseCubeB ( ) : void
return void

decreaseCubeF() public method

public decreaseCubeF ( ) : void
return void

desactiveDiff() public method

public desactiveDiff ( ) : void
return void

desactivePack() public method

public desactivePack ( ) : void
return void

displayGraph() public method

public displayGraph ( Song>.Dictionary so ) : void
so Song>.Dictionary
return void

fastDecreaseCubeB() public method

public fastDecreaseCubeB ( ) : void
return void

fastDecreaseCubeF() public method

public fastDecreaseCubeF ( ) : void
return void

organiseCube() public method

public organiseCube ( ) : void
return void

startTheSongStreamed() public method

public startTheSongStreamed ( ) : void
return void

verifyScore() public method

public verifyScore ( ) : void
return void

Property Details

BPMDisplay public_oe property

public Rect BPMDisplay
return Rect

Explode1 public_oe property

public ParticleSystem Explode1
return ParticleSystem

Explode2 public_oe property

public ParticleSystem Explode2
return ParticleSystem

Explode3 public_oe property

public ParticleSystem Explode3
return ParticleSystem

Fond1 public_oe property

public ParticleSystem Fond1
return ParticleSystem

Jouer public_oe property

public Rect Jouer
return Rect

Line1 public_oe property

public ParticleSystem Line1
return ParticleSystem

Option public_oe property

public Rect Option
return Rect

PSCore public_oe property

public GameObject PSCore
return GameObject

RayCore public_oe property

public GameObject RayCore
return GameObject

SearchBarPos public_oe property

public Rect SearchBarPos
return Rect

arriveOptionDiff public_oe property

public Vector2 arriveOptionDiff
return Vector2

arriveSongDiff public_oe property

public Vector2 arriveSongDiff
return Vector2

artistnstepDisplay public_oe property

public Rect artistnstepDisplay
return Rect

borderXDisplay public_oe property

public float borderXDisplay
return float

cacheOption public_oe property

public GameObject cacheOption
return GameObject

cameradiff public_oe property

public Camera cameradiff
return Camera

camerapack public_oe property

public Camera camerapack
return Camera

cubeBase public_oe property

public GameObject cubeBase
return GameObject

cubeSong public_oe property

public GameObject cubeSong
return GameObject

departGraphX public_oe property

public float departGraphX
return float

departGraphY public_oe property

public float departGraphY
return float

diffZoom public_oe property

public float diffZoom
return float

ecart public_oe property

public float ecart
return float

ecartDiff public_oe property

public float ecartDiff
return float

ecartForBack public_oe property

public float ecartForBack
return float

ecartSong public_oe property

public float ecartSong
return float

graph public_oe property

public LineRenderer,UnityEngine graph
return UnityEngine.LineRenderer

ht public_oe property

public float ht
return float

launchSong public_oe property

public AudioClip,UnityEngine launchSong
return UnityEngine.AudioClip

limite public_oe property

public float limite
return float

limiteMoveOption public_oe property

public float limiteMoveOption
return float

mainThemeClip public_oe property

public AudioSource,UnityEngine mainThemeClip
return UnityEngine.AudioSource

medals public_oe property

public List medals
return List

miniCubePack public_oe property

public GameObject miniCubePack
return GameObject

numberToDisplay public_oe property

public int numberToDisplay
return int

offsetBaseFading public_oe property

public float offsetBaseFading
return float

offsetInfo public_oe property

public float offsetInfo
return float

offsetSpeedRateX public_oe property

public float offsetSpeedRateX
return float

offsetSubstitle public_oe property

public float offsetSubstitle
return float

offsetWidthDisplayBPMSV public_oe property

public float offsetWidthDisplayBPMSV
return float

offsetX public_oe property

public float[] offsetX
return float[]

offsetXDisplay public_oe property

public float offsetXDisplay
return float

offsetXDisplayBPMSwitch public_oe property

public float offsetXDisplayBPMSwitch
return float

offsetXDisplayBPMValue public_oe property

public float offsetXDisplayBPMValue
return float

offsetYOption public_oe property

public float offsetYOption
return float

optionSeparator public_oe property

public LineRenderer[],UnityEngine optionSeparator
return UnityEngine.LineRenderer[]

plane public_oe property

public GameObject plane
return GameObject

posArtist public_oe property

public Rect posArtist
return Rect

posBackward public_oe property

public Rect posBackward
return Rect

posBestScore public_oe property

public Rect posBestScore
return Rect

posDifficulty public_oe property

public Rect posDifficulty
return Rect

posForward public_oe property

public Rect posForward
return Rect

posGraph public_oe property

public Rect posGraph
return Rect

posInfo public_oe property

public Rect posInfo
return Rect

posInfo2 public_oe property

public Rect posInfo2
return Rect

posInfo3 public_oe property

public Rect posInfo3
return Rect

posInfo4 public_oe property

public Rect posInfo4
return Rect

posInfo5 public_oe property

public Rect posInfo5
return Rect

posItem public_oe property

public Rect[] posItem
return Rect[]

posItemLabel public_oe property

public Rect[] posItemLabel
return Rect[]

posLabelLoading public_oe property

public Rect posLabelLoading
return Rect

posMaxinten public_oe property

public Rect posMaxinten
return Rect

posNote public_oe property

public Rect posNote
return Rect

posNumberDiff public_oe property

public Rect posNumberDiff
return Rect

posOptionTitle public_oe property

public Rect posOptionTitle
return Rect

posSongTitle public_oe property

public Rect posSongTitle
return Rect

posSonglist public_oe property

public Rect posSonglist
return Rect

posSpecialNote public_oe property

public Rect posSpecialNote
return Rect

posStepArtist public_oe property

public Rect posStepArtist
return Rect

posSubTitle public_oe property

public Rect posSubTitle
return Rect

posSwitchSearch public_oe property

public Rect posSwitchSearch
return Rect

posTopProfileScore public_oe property

public Rect posTopProfileScore
return Rect

selectedImage public_oe property

public Rect selectedImage
return Rect

separator public_oe property

public LineRenderer,UnityEngine separator
return UnityEngine.LineRenderer

skin public_oe property

public GUISkin,UnityEngine skin
return UnityEngine.GUISkin

songClip public_oe property

public AudioSource,UnityEngine songClip
return UnityEngine.AudioSource

speedAlphaBlack public_oe property

public float speedAlphaBlack
return float

speedAlphaSongLaunch public_oe property

public float speedAlphaSongLaunch
return float

speedAudioVolume public_oe property

public float speedAudioVolume
return float

speedCameraDefil public_oe property

public float speedCameraDefil
return float

speedFadeAlpha public_oe property

public float speedFadeAlpha
return float

speedMove public_oe property

public float speedMove
return float

speedMoveOption public_oe property

public float speedMoveOption
return float

speedMoveSong public_oe property

public float speedMoveSong
return float

timeBeforeDisplay public_oe property

public float timeBeforeDisplay
return float

timeFadeOut public_oe property

public float timeFadeOut
return float

timeFadeOutDisplay public_oe property

public float timeFadeOutDisplay
return float

timeOption public_oe property

public float timeOption
return float

topGraphX public_oe property

public float topGraphX
return float

topGraphY public_oe property

public float topGraphY
return float

wd public_oe property

public float wd
return float

x10 public_oe property

public float x10
return float

xm10 public_oe property

public float xm10
return float

y public_oe property

public float y
return float