C# Class pjselect_choosePlayer_button2, ES2014B

Inheritance: MonoBehaviour
Show file 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 property

public bool first
return bool

second public property

public bool second
return bool

texturesS public property

public List texturesS
return List

texturesUnS public property

public List texturesUnS
return List

third public property

public bool third
return bool