C# Class idTech4.Renderer.ImageFilter

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

Public Properties

Property Type Description
Filter Microsoft.Xna.Framework.Graphics.TextureFilter
Label string

Public Methods

Method Description
ImageFilter ( string label, Microsoft.Xna.Framework.Graphics.TextureFilter filter ) : System

Method Details

ImageFilter() public method

public ImageFilter ( string label, Microsoft.Xna.Framework.Graphics.TextureFilter filter ) : System
label string
filter Microsoft.Xna.Framework.Graphics.TextureFilter
return System

Property Details

Filter public_oe property

public TextureFilter,Microsoft.Xna.Framework.Graphics Filter
return Microsoft.Xna.Framework.Graphics.TextureFilter

Label public_oe property

public string Label
return string