EffectΒΆ

class Effect : GraphicsResource, System.IDisposable
readonly EffectParameterCollection Parameters
readonly EffectTechniqueCollection Techniques
EffectTechnique CurrentTechnique
Microsoft.Xna.Framework.Graphics.ConstantBuffer[] get_ConstantBuffers()
public Effect Clone()

Returns a deep copy of the effect where immutable types are shared and mutable data is duplicated.

Returns:The cloned effect.
void OnApply()
void GraphicsDeviceResetting()