EventDelegate.EventDelegate C# (CSharp) Метод

EventDelegate() публичный Метод

public EventDelegate ( Callback, call ) : System.Reflection
call Callback,
Результат System.Reflection
	public EventDelegate (Callback call) { Set(call); }
	public EventDelegate (MonoBehaviour target, string methodName) { Set(target, methodName); }

Same methods

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