Property | Type | Description | |
---|---|---|---|
MethodContainer | UnityEngine.Object | ||
MethodName | string |
Method | Description | |
---|---|---|
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.
|
Method | Description | |
---|---|---|
DoInvoke ( ) : object |
Internal helper method to invoke the delegate with the given parameters.
|
public BaseSerializationDelegate ( ) : System | ||
return | System |
public BaseSerializationDelegate ( UnityEngine.Object methodContainer, string methodName ) : System | ||
methodContainer | UnityEngine.Object | |
methodName | string | |
return | System |
public UnityEngine.Object MethodContainer | ||
return | UnityEngine.Object |