C# 클래스 Emotion.Game.Time.Routines.WaitForSeconds

Wrapper over Emotion.Game.Time.After. This exists to parrot the class in Unity.
상속: After
파일 보기 프로젝트 열기: Cryru/Emotion

공개 메소드들

메소드 설명
WaitForSeconds ( float seconds )

Create a new time waiter.

메소드 상세

WaitForSeconds() 공개 메소드

Create a new time waiter.
public WaitForSeconds ( float seconds )
seconds float The number of seconds to wait for.