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.
Afficher le fichier Open project: Noxalus/Danmaku-no-Kyojin

Méthodes publiques

Méthode Description
Token ( string myText, TokenType myType ) : System

Initializes a new instance of the Equationator.Token class.

Method Details

Token() public méthode

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