C# 클래스 Danmaku_no_Kyojin.BulletEngine.BulletMLFire

A task to shoot a bullet
상속: BulletMLTask
파일 보기 프로젝트 열기: Noxalus/Danmaku-no-Kyojin 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
BulletMLFire ( BulletMLNode node, BulletMLTask owner ) : System

Initializes a new instance of the BulletMLLib.BulletMLFire class.

Run ( Bullet bullet ) : ERunStatus

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

메소드 상세

BulletMLFire() 공개 메소드

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

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