C# Class OptionZoneLAN, Unity-ITGHD

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

Public Properties

Property Type Description
activeModule bool
borderXDisplay float
cacheOption GameObject
ecartForBack float
offsetBaseFading float
offsetHeightDisplayBPMSV float
offsetSpeedRateX float
offsetWidthDisplayBPMSV float
offsetXDisplay float
offsetXDisplayBPMSwitch float
offsetXDisplayBPMValue float
offsetYDisplayBPMSV float
offsetYOption float
optionSeparator UnityEngine.LineRenderer[]
posItem Rect[]
posItemLabel Rect[]
posOptionTitle Rect
selectedImage Rect
timeFadeOut float
timeFadeOutDisplay float
timeOption float

Public Methods

Method Description
GUIModule ( ) : void
Start ( ) : void
Update ( ) : void
fillDataManager ( ) : void
instantClose ( ) : void
isOkToAnim ( ) : bool
isRatedSong ( ) : bool
isReadyToClose ( ) : bool
onPopin ( ) : void

Private Methods

Method Description
OptionAnim ( int i, bool reverse ) : IEnumerator
OptionAnimDisplay ( int i, bool reverse ) : IEnumerator
startOptionFade ( ) : IEnumerator

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

fillDataManager() public method

public fillDataManager ( ) : void
return void

instantClose() public method

public instantClose ( ) : void
return void

isOkToAnim() public method

public isOkToAnim ( ) : bool
return bool

isRatedSong() public method

public isRatedSong ( ) : bool
return bool

isReadyToClose() public method

public isReadyToClose ( ) : bool
return bool

onPopin() public method

public onPopin ( ) : void
return void

Property Details

activeModule public_oe property

public bool activeModule
return bool

borderXDisplay public_oe property

public float borderXDisplay
return float

cacheOption public_oe property

public GameObject cacheOption
return GameObject

ecartForBack public_oe property

public float ecartForBack
return float

offsetBaseFading public_oe property

public float offsetBaseFading
return float

offsetHeightDisplayBPMSV public_oe property

public float offsetHeightDisplayBPMSV
return float

offsetSpeedRateX public_oe property

public float offsetSpeedRateX
return float

offsetWidthDisplayBPMSV public_oe property

public float offsetWidthDisplayBPMSV
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

offsetYDisplayBPMSV public_oe property

public float offsetYDisplayBPMSV
return float

offsetYOption public_oe property

public float offsetYOption
return float

optionSeparator public_oe property

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

posItem public_oe property

public Rect[] posItem
return Rect[]

posItemLabel public_oe property

public Rect[] posItemLabel
return Rect[]

posOptionTitle public_oe property

public Rect posOptionTitle
return Rect

selectedImage public_oe property

public Rect selectedImage
return Rect

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