C# Class Setting, YGOProUnity_V2

Datei anzeigen Open project: lllyasviel/YGOProUnity_V2 Class Usage Examples

Public Properties

Property Type Description
atk int
setting LAZYsetting
star int

Public Methods

Method Description
initialize ( ) : void
onchangeCloseUp ( ) : void
onchangeCloud ( ) : void
onchangeMouse ( ) : void
preFrameFunction ( ) : void
save ( ) : void
saveWhenQuit ( ) : void
setScreenSizeValue ( ) : void
soundValue ( ) : float
vol ( ) : float

Private Methods

Method Description
onCP ( ) : void
onChangeAlpha ( ) : void
onChangeLongField ( ) : void
onChangeSize ( ) : void
onChangeVsize ( ) : void
onClickExit ( ) : void
onchangeClose ( ) : void
readVales ( ) : void
resizeScreen ( ) : void

Method Details

initialize() public method

public initialize ( ) : void
return void

onchangeCloseUp() public method

public onchangeCloseUp ( ) : void
return void

onchangeCloud() public method

public onchangeCloud ( ) : void
return void

onchangeMouse() public method

public onchangeMouse ( ) : void
return void

preFrameFunction() public method

public preFrameFunction ( ) : void
return void

save() public method

public save ( ) : void
return void

saveWhenQuit() public method

public saveWhenQuit ( ) : void
return void

setScreenSizeValue() public method

public setScreenSizeValue ( ) : void
return void

soundValue() public method

public soundValue ( ) : float
return float

vol() public method

public vol ( ) : float
return float

Property Details

atk public_oe property

public int atk
return int

setting public_oe property

public LAZYsetting setting
return LAZYsetting

star public_oe property

public int star
return int