AddCommandHandler(string,Func<T1, T2, Coroutine>)

Method in Actions

Summary

public void AddCommandHandler<T1, T2>(string commandName, Func<T1, T2, Coroutine> handler);

Parameters

Name
Description

string commandName

System.Func<T1, T2, UnityEngine.Coroutine> handler

Last updated

Was this helpful?