WebCoroutine.AddExecutionHandler C# (CSharp) Method

AddExecutionHandler() public method

public AddExecutionHandler ( OnExecuteDelegate func ) : void
func OnExecuteDelegate
return void
	public void	AddExecutionHandler( OnExecuteDelegate func ) {
		executionList.Add( func );
	}