C# Class Danmaku_no_Kyojin.BulletEngine.BulletMLEquation

This is an equation used in BulletML nodes. This is an eays way to set up the grammar for all our equations.
Inheritance: Danmaku_no_Kyojin.BulletEngine.Equationator.Equation
显示文件 Open project: Noxalus/Danmaku-no-Kyojin

Public Methods

Method Description
BulletMLEquation ( ) : System
GameDifficulty ( ) : float
RandomValue ( ) : float

used as a callback function in bulletml euqations

Method Details

BulletMLEquation() public method

public BulletMLEquation ( ) : System
return System

GameDifficulty() public method

public GameDifficulty ( ) : float
return float

RandomValue() public method

used as a callback function in bulletml euqations
public RandomValue ( ) : float
return float