C# 클래스 Danmaku_no_Kyojin.BulletEngine.BulletMLAccel

This task adds acceleration to a bullet.
상속: BulletMLTask
파일 보기 프로젝트 열기: Noxalus/Danmaku-no-Kyojin

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
BulletMLAccel ( BulletMLNode node, BulletMLTask owner ) : System.Diagnostics

Initializes a new instance of the BulletMLLib.BulletMLTask class.

Run ( Bullet bullet ) : ERunStatus

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

보호된 메소드들

메소드 설명
Init ( ) : void

Init this task and all its sub tasks. This method should be called AFTER the nodes are parsed, but BEFORE run is called.

메소드 상세

BulletMLAccel() 공개 메소드

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

Init() 보호된 메소드

Init this task and all its sub tasks. This method should be called AFTER the nodes are parsed, but BEFORE run is called.
protected Init ( ) : void
리턴 void

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