C# 클래스 BulletMLLib.WaitTask

This task pauses for a specified amount of time before resuming
상속: BulletMLTask
파일 보기 프로젝트 열기: pixelnest/BulletMLLib

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Run ( Bullet bullet ) : ERunStatus

Run this task and all subtasks against a bullet This is called once a frame during runtime.

WaitTask ( BulletMLLib.WaitNode node, BulletMLTask owner ) : System.Diagnostics

Initializes a new instance of the BulletMLLib.BulletMLTask class.

보호된 메소드들

메소드 설명
SetupTask ( Bullet bullet ) : void

this sets up the task to be run.

메소드 상세

Run() 공개 메소드

Run this task and all subtasks against a bullet This is called once a frame during runtime.
public Run ( Bullet bullet ) : ERunStatus
bullet Bullet The bullet to update this task against.
리턴 ERunStatus

SetupTask() 보호된 메소드

this sets up the task to be run.
protected SetupTask ( Bullet bullet ) : void
bullet Bullet Bullet.
리턴 void

WaitTask() 공개 메소드

Initializes a new instance of the BulletMLLib.BulletMLTask class.
public WaitTask ( BulletMLLib.WaitNode node, BulletMLTask owner ) : System.Diagnostics
node BulletMLLib.WaitNode Node.
owner BulletMLTask Owner.
리턴 System.Diagnostics