C# Class idTech4.Text.Decl.idDeclParticle

Inheritance: idDecl
ファイルを表示 Open project: iainmckay/idtech4.net Class Usage Examples

Public Methods

Method Description
Parse ( string text ) : bool
idDeclParticle ( ) : System

Protected Methods

Method Description
ClearData ( ) : void

Private Methods

Method 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 method

protected ClearData ( ) : void
return void

Parse() public method

public Parse ( string text ) : bool
text string
return bool

idDeclParticle() public method

public idDeclParticle ( ) : System
return System