call() public method

public call ( ) : object
return object
コード例 #1
0
 public void Action()
 {
     m_Func.call(ScriptValue.Null);
 }