EventDelegate.EventDelegate C# (CSharp) Method

EventDelegate() public method

public EventDelegate ( ) : System.Reflection
return System.Reflection
	public EventDelegate () { }
	public EventDelegate (Callback call) { Set(call); }

Same methods

EventDelegate::EventDelegate ( Callback, call ) : System.Reflection
EventDelegate::EventDelegate ( MonoBehaviour target, string methodName ) : System.Reflection