C# Class Danmaku_no_Kyojin.BulletEngine.Equationator.Token

This is a single text token from an equation. The first step to compiling an equation is breaking it up into a list tokens and determining what is in those tokens.
显示文件 Open project: Noxalus/Danmaku-no-Kyojin

Public Methods

Method Description
Token ( string myText, TokenType myType ) : System

Initializes a new instance of the Equationator.Token class.

Method Details

Token() public method

Initializes a new instance of the Equationator.Token class.
public Token ( string myText, TokenType myType ) : System
myText string My text.
myType TokenType My type.
return System