C# Класс uFrame.Actions.ActionExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
ExecuteAction ( this system, IEnumerator actionMethod ) : IEnumerator
ExecuteHandler ( this system, IEnumerator handlerMethod ) : void

Описание методов

ExecuteAction() публичный статический Метод

public static ExecuteAction ( this system, IEnumerator actionMethod ) : IEnumerator
system this
actionMethod IEnumerator
Результат IEnumerator

ExecuteHandler() публичный статический Метод

public static ExecuteHandler ( this system, IEnumerator handlerMethod ) : void
system this
handlerMethod IEnumerator
Результат void