C# Class Ypsilon.Core.Graphics.EffectState

Exibir arquivo Open project: ZaneDubya/YCPU Class Usage Examples

Public Properties

Property Type Description
Effect Microsoft.Xna.Framework.Graphics.Effect
Raster Microsoft.Xna.Framework.Graphics.RasterizerState
Sampler Microsoft.Xna.Framework.Graphics.SamplerState
TextureOverride bool
stencil Microsoft.Xna.Framework.Graphics.DepthStencilState

Public Methods

Method Description
EffectState ( Effect effect, SamplerState sample ) : Microsoft.Xna.Framework.Graphics
EffectState ( Effect effect, SamplerState sampler, RasterizerState raster ) : Microsoft.Xna.Framework.Graphics
EffectState ( Effect effect, SamplerState sampler, RasterizerState raster, DepthStencilState stencil, bool texture ) : Microsoft.Xna.Framework.Graphics

Method Details

EffectState() public method

public EffectState ( Effect effect, SamplerState sample ) : Microsoft.Xna.Framework.Graphics
effect Microsoft.Xna.Framework.Graphics.Effect
sample Microsoft.Xna.Framework.Graphics.SamplerState
return Microsoft.Xna.Framework.Graphics

EffectState() public method

public EffectState ( Effect effect, SamplerState sampler, RasterizerState raster ) : Microsoft.Xna.Framework.Graphics
effect Microsoft.Xna.Framework.Graphics.Effect
sampler Microsoft.Xna.Framework.Graphics.SamplerState
raster Microsoft.Xna.Framework.Graphics.RasterizerState
return Microsoft.Xna.Framework.Graphics

EffectState() public method

public EffectState ( Effect effect, SamplerState sampler, RasterizerState raster, DepthStencilState stencil, bool texture ) : Microsoft.Xna.Framework.Graphics
effect Microsoft.Xna.Framework.Graphics.Effect
sampler Microsoft.Xna.Framework.Graphics.SamplerState
raster Microsoft.Xna.Framework.Graphics.RasterizerState
stencil Microsoft.Xna.Framework.Graphics.DepthStencilState
texture bool
return Microsoft.Xna.Framework.Graphics

Property Details

Effect public_oe property

public Effect,Microsoft.Xna.Framework.Graphics Effect
return Microsoft.Xna.Framework.Graphics.Effect

Raster public_oe property

public RasterizerState,Microsoft.Xna.Framework.Graphics Raster
return Microsoft.Xna.Framework.Graphics.RasterizerState

Sampler public_oe property

public SamplerState,Microsoft.Xna.Framework.Graphics Sampler
return Microsoft.Xna.Framework.Graphics.SamplerState

TextureOverride public_oe property

public bool TextureOverride
return bool

stencil public_oe property

public DepthStencilState,Microsoft.Xna.Framework.Graphics stencil
return Microsoft.Xna.Framework.Graphics.DepthStencilState