C# Class InfoZoneLAN, Unity-ITGHD

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

Public Properties

Property Type Description
BPMDisplay Rect
PSCore GameObject
RayCore GameObject
artistnstepDisplay Rect
cameradiff Camera
decalInfoDiffX float
decalInfoDiffY float
decalInfoNumDiffX float
decalInfoNumDiffY float
decalPSDiffY float
decalRayDiffY float
departGraphX float
departGraphY float
diffZoom float
graph UnityEngine.LineRenderer
medals List
offsetInfo float
popoutPosXDifficulty float
posDiffLaunch Vector3
posDiffOption Vector3
posDifficulty Rect
posGraph Rect
posInfo Rect
posInfo2 Rect
posInfo3 Rect
posInfo4 Rect
posInfo5 Rect
posMaxinten Rect
posNote Rect
posNumberDiff Rect
posSpecialNote Rect
speedMoveDiff float
topGraphX float
topGraphY float

Public Methods

Method Description
GUIModule ( ) : void
PopinOthersDiff ( ) : bool
PopoutOthersDiff ( ) : void
Start ( ) : void
Update ( ) : void
activeDiff ( ) : void
activeDiffPS ( ) : void
changeDifficultyInOption ( Difficulty, selected ) : void
desactiveDiff ( ) : void
disableDiffHover ( ) : void
disableDifficultyDisplayed ( ) : void
disableDifficultyDisplayedVote ( ) : void
displayGraph ( ) : void
enableDiffHover ( ) : void
getActualySelected ( ) : Difficulty,
getBestFriendName ( ) : string
getBestFriendScore ( ) : double
getScore ( ) : double
isEntering ( ) : bool
isFail ( ) : bool
onEnterLaunch ( ) : void
onEnterOption ( ) : void
refreshDifficultyDisplayed ( ) : void
refreshDifficultyDisplayedVote ( ) : void
refreshNumberDiff ( ) : void
setActualySelected ( Difficulty, diff ) : void
verifyScore ( ) : void

Method Details

GUIModule() public method

public GUIModule ( ) : void
return void

PopinOthersDiff() public method

public PopinOthersDiff ( ) : bool
return bool

PopoutOthersDiff() public method

public PopoutOthersDiff ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

activeDiff() public method

public activeDiff ( ) : void
return void

activeDiffPS() public method

public activeDiffPS ( ) : void
return void

changeDifficultyInOption() public method

public changeDifficultyInOption ( Difficulty, selected ) : void
selected Difficulty,
return void

desactiveDiff() public method

public desactiveDiff ( ) : void
return void

disableDiffHover() public method

public disableDiffHover ( ) : void
return void

disableDifficultyDisplayed() public method

public disableDifficultyDisplayed ( ) : void
return void

disableDifficultyDisplayedVote() public method

public disableDifficultyDisplayedVote ( ) : void
return void

displayGraph() public method

public displayGraph ( ) : void
return void

enableDiffHover() public method

public enableDiffHover ( ) : void
return void

getActualySelected() public method

public getActualySelected ( ) : Difficulty,
return Difficulty,

getBestFriendName() public method

public getBestFriendName ( ) : string
return string

getBestFriendScore() public method

public getBestFriendScore ( ) : double
return double

getScore() public method

public getScore ( ) : double
return double

isEntering() public method

public isEntering ( ) : bool
return bool

isFail() public method

public isFail ( ) : bool
return bool

onEnterLaunch() public method

public onEnterLaunch ( ) : void
return void

onEnterOption() public method

public onEnterOption ( ) : void
return void

refreshDifficultyDisplayed() public method

public refreshDifficultyDisplayed ( ) : void
return void

refreshDifficultyDisplayedVote() public method

public refreshDifficultyDisplayedVote ( ) : void
return void

refreshNumberDiff() public method

public refreshNumberDiff ( ) : void
return void

setActualySelected() public method

public setActualySelected ( Difficulty, diff ) : void
diff Difficulty,
return void

verifyScore() public method

public verifyScore ( ) : void
return void

Property Details

BPMDisplay public_oe property

public Rect BPMDisplay
return Rect

PSCore public_oe property

public GameObject PSCore
return GameObject

RayCore public_oe property

public GameObject RayCore
return GameObject

artistnstepDisplay public_oe property

public Rect artistnstepDisplay
return Rect

cameradiff public_oe property

public Camera cameradiff
return Camera

decalInfoDiffX public_oe property

public float decalInfoDiffX
return float

decalInfoDiffY public_oe property

public float decalInfoDiffY
return float

decalInfoNumDiffX public_oe property

public float decalInfoNumDiffX
return float

decalInfoNumDiffY public_oe property

public float decalInfoNumDiffY
return float

decalPSDiffY public_oe property

public float decalPSDiffY
return float

decalRayDiffY public_oe property

public float decalRayDiffY
return float

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

graph public_oe property

public LineRenderer,UnityEngine graph
return UnityEngine.LineRenderer

medals public_oe property

public List medals
return List

offsetInfo public_oe property

public float offsetInfo
return float

popoutPosXDifficulty public_oe property

public float popoutPosXDifficulty
return float

posDiffLaunch public_oe property

public Vector3 posDiffLaunch
return Vector3

posDiffOption public_oe property

public Vector3 posDiffOption
return Vector3

posDifficulty public_oe property

public Rect posDifficulty
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

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

posSpecialNote public_oe property

public Rect posSpecialNote
return Rect

speedMoveDiff public_oe property

public float speedMoveDiff
return float

topGraphX public_oe property

public float topGraphX
return float

topGraphY public_oe property

public float topGraphY
return float