C# Class ccEventBase, GGJ2016

Inheritance: MonoBehaviour
显示文件 Open project: netgrind/GGJ2016

Public Properties

Property Type Description
eventName string

Protected Methods

Method Description
OnDisable ( ) : void
OnEnable ( ) : void
OnEvent ( ) : void

Method Details

OnDisable() protected method

protected OnDisable ( ) : void
return void

OnEnable() protected method

protected OnEnable ( ) : void
return void

OnEvent() protected method

protected OnEvent ( ) : void
return void

Property Details

eventName public_oe property

public string eventName
return string