프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 ( UnityEngine.Object methodContainer, string methodName ) : System | ||
methodContainer | UnityEngine.Object | |
methodName | string | |
리턴 | System |