Concrete XNA 4.0 implementation for Effect.
| C# |
public sealed class XNAEffectImplementation : EffectImplementation
| All Members | Methods | Properties | |||
|
|
|
|
|||
| Icon | Member | Description |
|---|---|---|
|
|
Clone()()()() |
Copies this effect, creating a new instance.
(Overrides EffectImplementation.Clone()()()().) |
|
|
CurrentTechnique |
Gets or sets the current technique.
(Overrides EffectImplementation.CurrentTechnique.) |
|
|
Dispose()()()() |
Disposes the underlying implementation.
(Inherited from GraphicsResourceImplementation.) |
|
|
Equals(Object) |
(Inherited from Object.) |
|
|
GetHashCode()()()() |
Serves as a hash function for a particular type. (Inherited from Object.) |
|
|
GetType()()()() |
Gets the Type of the current instance. (Inherited from Object.) |
|
|
IsDisposed |
Gets if the resource has been disposed.
(Inherited from GraphicsResourceImplementation.) |
|
|
Name |
Gets or sets the name of this resource.
(Inherited from GraphicsResourceImplementation.) |
|
|
Parameters |
Gets the collection of uniform parameters.
(Inherited from EffectImplementation.) |
|
|
ResourceID |
Gets or sets the resource ResourceID. It can only be set once, usually by the renderer.
(Inherited from GraphicsResourceImplementation.) |
|
|
Techniques |
Gets the collection of techniques.
(Inherited from EffectImplementation.) |
|
|
ToString()()()() |
(Inherited from Object.) |
| Object | |||
|
|
GraphicsResourceImplementation | ||
|
|
EffectImplementation | ||
|
|
XNAEffectImplementation | ||
Assembly: Tesla.Xna (Module: Tesla.Xna) Version: 0.5.0.0 (0.5.0.0)