C# Class pjselect_choosePlayer_button, ES2014B

Inheritance: MonoBehaviour
ファイルを表示 Open project: eloipuertas/ES2014B

Public Properties

Property Type Description
first bool
second bool
texturesS List
texturesUnS List
third bool

Public Methods

Method Description
OnMouseEnter ( ) : void
OnMouseExit ( ) : void
OnMouseUpAsButton ( ) : void

Private Methods

Method Description
Awake ( ) : void
Update ( ) : void

Method Details

OnMouseEnter() public method

public OnMouseEnter ( ) : void
return void

OnMouseExit() public method

public OnMouseExit ( ) : void
return void

OnMouseUpAsButton() public method

public OnMouseUpAsButton ( ) : void
return void

Property Details

first public_oe property

public bool first
return bool

second public_oe property

public bool second
return bool

texturesS public_oe property

public List texturesS
return List

texturesUnS public_oe property

public List texturesUnS
return List

third public_oe property

public bool third
return bool