Effect | |
public abstract class EffectTechnique : SceneComponent
The EffectTechnique type exposes the following members.
| Name | Description | |
|---|---|---|
| EffectTechnique | Constructor |
| Name | Description | |
|---|---|---|
| CachedKey | Gets or sets the cache key for this EffectTechnique. When not set, then Name of this EffectTechnique is returned. | |
| Flags | Gets or sets EffectTechniqueFlags. | |
| Pipeline | Gets or sets the Pipeline | |
| PipelineLayout | Gets or sets the PipelineLayout |
| Name | Description | |
|---|---|---|
| Dispose | Dispose | |
| Render | Render method provides rendering functionality that fills the specified commandBuffer with commands to render the specified RenderingItem. | |
| ResetPipeline | ResetPipeline delay disposes the Pipeline and set it to null |