C# Class Danmaku_no_Kyojin.BulletEngine.BulletMLChangeDirection

This task changes the direction a little bit every frame
Inheritance: BulletMLTask
Exibir arquivo Open project: Noxalus/Danmaku-no-Kyojin

Private Properties

Property Type Description

Public Methods

Method Description
BulletMLChangeDirection ( BulletMLNode node, BulletMLTask owner ) : System

Initializes a new instance of the BulletMLLib.BulletMLTask class.

Run ( Bullet bullet ) : ERunStatus

Protected Methods

Method Description
Init ( ) : void

Method Details

BulletMLChangeDirection() public method

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

Init() protected method

protected Init ( ) : void
return void

Run() public method

public Run ( Bullet bullet ) : ERunStatus
bullet Bullet
return ERunStatus