C# Class SimpleButton, study

Inheritance: MonoBehaviour
Datei anzeigen Open project: joonhwan/study Class Usage Examples

Protected Properties

Property Type Description
m_button Button,

Public Methods

Method Description
Main ( ) : void

Protected Methods

Method Description
ButtonClicked ( Object sender, EventArgs, ea ) : void
ButtonKeyDowned ( Object sender, KeyEventArgs, ea ) : void
SimpleButton ( ) : System

Method Details

ButtonClicked() protected method

protected ButtonClicked ( Object sender, EventArgs, ea ) : void
sender Object
ea EventArgs,
return void

ButtonKeyDowned() protected method

protected ButtonKeyDowned ( Object sender, KeyEventArgs, ea ) : void
sender Object
ea KeyEventArgs,
return void

Main() public static method

public static Main ( ) : void
return void

SimpleButton() protected method

protected SimpleButton ( ) : System
return System

Property Details

m_button protected_oe property

protected Button, m_button
return Button,