C# Class idTech4.Text.Decl.idDeclParticle

Inheritance: idDecl
Afficher le fichier Open project: iainmckay/idtech4.net Class Usage Examples

Méthodes publiques

Méthode Description
Parse ( string text ) : bool
idDeclParticle ( ) : System

Méthodes protégées

Méthode Description
ClearData ( ) : void

Private Methods

Méthode Description
ParseParametric ( idLexer lexer, idParticleParameter parm ) : void
ParseParams ( idLexer lexer, int maxParms ) : float[]

Parses a variable length list of parms on one line.

ParseParticleStage ( idLexer lexer ) : idParticleStage

Method Details

ClearData() protected méthode

protected ClearData ( ) : void
Résultat void

Parse() public méthode

public Parse ( string text ) : bool
text string
Résultat bool

idDeclParticle() public méthode

public idDeclParticle ( ) : System
Résultat System