C# 클래스 kOS.Safe.Execution.YieldFinishedNextTick

A kind of YieldFinishedDetector for when you want to wait literaly just until the next tick, by returning true unconditionally when asked "are you done".
상속: YieldFinishedDetector
파일 보기 프로젝트 열기: KSP-KOS/KOS

공개 메소드들

메소드 설명
Begin ( SafeSharedObjects shared ) : void
IsFinished ( ) : bool

메소드 상세

Begin() 공개 메소드

public Begin ( SafeSharedObjects shared ) : void
shared SafeSharedObjects
리턴 void

IsFinished() 공개 메소드

public IsFinished ( ) : bool
리턴 bool