C# Class ActionButton, Malisse

Inheritance: MonoBehaviour
Datei anzeigen Open project: Collegiennes/Malisse Class Usage Examples

Public Properties

Property Type Description
m_ActionName string

Protected Properties

Property Type Description
m_AssociatedView View,

Public Methods

Method Description
OnTouchUp ( TouchEvent, touchEvent ) : void

Protected Methods

Method Description
Awake ( ) : void
OnDestroy ( ) : void

Method Details

Awake() protected method

protected Awake ( ) : void
return void

OnDestroy() protected method

protected OnDestroy ( ) : void
return void

OnTouchUp() public method

public OnTouchUp ( TouchEvent, touchEvent ) : void
touchEvent TouchEvent,
return void

Property Details

m_ActionName public_oe property

public string m_ActionName
return string

m_AssociatedView protected_oe property

protected View, m_AssociatedView
return View,