C# 클래스 uFrame.Actions.ActionExtensions

파일 보기 프로젝트 열기: InvertGames/uFrame.ECS

공개 메소드들

메소드 설명
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