C# Class BulletMLLib.ChangeDirectionTask

This task changes the direction a little bit every frame
Inheritance: BulletMLTask
Show file Open project: pixelnest/BulletMLLib

Private Properties

Property Type Description

Public Methods

Method Description
ChangeDirectionTask ( BulletMLLib.ChangeDirectionNode node, BulletMLTask owner ) : System

Initializes a new instance of the BulletMLLib.BulletMLTask class.

Run ( Bullet bullet ) : ERunStatus

Protected Methods

Method Description
SetupTask ( Bullet bullet ) : void

this sets up the task to be run.

Method Details

ChangeDirectionTask() public method

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

Run() public method

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

SetupTask() protected method

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