C# Class Fungus.EventHandlerInfoAttribute

Attribute class for Fungus event handlers.
Inheritance: System.Attribute
Mostrar archivo Open project: snozbot/fungus Class Usage Examples

Public Methods

Method Description
EventHandlerInfoAttribute ( string category, string eventHandlerName, string helpText ) : UnityEngine

Method Details

EventHandlerInfoAttribute() public method

public EventHandlerInfoAttribute ( string category, string eventHandlerName, string helpText ) : UnityEngine
category string
eventHandlerName string
helpText string
return UnityEngine