C# Class idTech4.Text.idImageProgramParser

显示文件 Open project: iainmckay/idtech4.net Class Usage Examples

Public Methods

Method Description
ParseImageProgram ( idLexer lexer ) : Microsoft.Xna.Framework.Graphics.Texture2D
ParseImageProgram ( idLexer lexer, System.DateTime &timeStamp, TextureDepth &depth ) : Microsoft.Xna.Framework.Graphics.Texture2D
ParseImageProgram ( string source, System.DateTime &timeStamp, TextureDepth &depth ) : Microsoft.Xna.Framework.Graphics.Texture2D
idImageProgramParser ( ) : System

Private Methods

Method Description
AppendToken ( idToken token ) : void
MatchAndAppendToken ( idLexer lexer, string match ) : void
ParseImageProgram ( System.DateTime &timeStamp, TextureDepth &depth, bool parseOnly ) : Microsoft.Xna.Framework.Graphics.Texture2D

Method Details

ParseImageProgram() public method

public ParseImageProgram ( idLexer lexer ) : Microsoft.Xna.Framework.Graphics.Texture2D
lexer idLexer
return Microsoft.Xna.Framework.Graphics.Texture2D

ParseImageProgram() public method

public ParseImageProgram ( idLexer lexer, System.DateTime &timeStamp, TextureDepth &depth ) : Microsoft.Xna.Framework.Graphics.Texture2D
lexer idLexer
timeStamp System.DateTime
depth TextureDepth
return Microsoft.Xna.Framework.Graphics.Texture2D

ParseImageProgram() public method

public ParseImageProgram ( string source, System.DateTime &timeStamp, TextureDepth &depth ) : Microsoft.Xna.Framework.Graphics.Texture2D
source string
timeStamp System.DateTime
depth TextureDepth
return Microsoft.Xna.Framework.Graphics.Texture2D

idImageProgramParser() public method

public idImageProgramParser ( ) : System
return System