C# 클래스 SpicyPixel.Threading.YieldForSeconds

A FiberInstruction to pause execution of a fiber for the specified duration.
상속: FiberInstruction
파일 보기 프로젝트 열기: spicypixel/concurrency-kit-cs 1 사용 예제들

공개 메소드들

메소드 설명
YieldForSeconds ( float seconds ) : System

Initializes a new instance of the YieldForSeconds class.

메소드 상세

YieldForSeconds() 공개 메소드

Initializes a new instance of the YieldForSeconds class.
public YieldForSeconds ( float seconds ) : System
seconds float /// The seconds to pause execution for. ///
리턴 System