C# Class BulletMLLib.ChangeDirectionTask

This task changes the direction a little bit every frame
Inheritance: BulletMLTask
Afficher le fichier Open project: pixelnest/BulletMLLib

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ChangeDirectionTask ( BulletMLLib.ChangeDirectionNode node, BulletMLTask owner ) : System

Initializes a new instance of the BulletMLLib.BulletMLTask class.

Run ( Bullet bullet ) : ERunStatus

Méthodes protégées

Méthode Description
SetupTask ( Bullet bullet ) : void

this sets up the task to be run.

Method Details

ChangeDirectionTask() public méthode

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

Run() public méthode

public Run ( Bullet bullet ) : ERunStatus
bullet Bullet
Résultat ERunStatus

SetupTask() protected méthode

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