C# Class ChangeScreenAbstract, TimeLapsus

Inheritance: ClickableArea
ファイルを表示 Open project: halbich/TimeLapsus

Public Properties

Property Type Description
Level EnumLevel

Protected Properties

Property Type Description
setTimeLineChangedValue bool

Public Methods

Method Description
ChangeScreenAbstract ( ) : System.Collections

Protected Methods

Method Description
Change ( EnumLevel level, bool fastLevelChange = false ) : void

Private Methods

Method Description
ChangeCor ( EnumLevel level ) : IEnumerator
OnMouseDown ( ) : void
OnMouseUpAsButton ( ) : void

Method Details

Change() protected method

protected Change ( EnumLevel level, bool fastLevelChange = false ) : void
level EnumLevel
fastLevelChange bool
return void

ChangeScreenAbstract() public method

public ChangeScreenAbstract ( ) : System.Collections
return System.Collections

Property Details

Level public_oe property

public EnumLevel Level
return EnumLevel

setTimeLineChangedValue protected_oe property

protected bool setTimeLineChangedValue
return bool