Свойство | Тип | Описание | |
---|---|---|---|
MethodContainer | UnityEngine.Object | ||
MethodName | string |
Метод | Описание | |
---|---|---|
BaseSerializationDelegate ( ) : System |
Construct a new, empty delegate. The delegate cannot be invoked.
|
|
BaseSerializationDelegate ( UnityEngine.Object methodContainer, string methodName ) : System |
Construct a delegate that will target the given container with the specified method.
|
Метод | Описание | |
---|---|---|
DoInvoke ( ) : object |
Internal helper method to invoke the delegate with the given parameters.
|
public BaseSerializationDelegate ( ) : System | ||
Результат | System |
public BaseSerializationDelegate ( UnityEngine.Object methodContainer, string methodName ) : System | ||
methodContainer | UnityEngine.Object | |
methodName | string | |
Результат | System |
public UnityEngine.Object MethodContainer | ||
Результат | UnityEngine.Object |