|  | |
| Effect | |
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
Syntaxpublic abstract class EffectTechnique : SceneComponent
The EffectTechnique type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | EffectTechnique | Constructor | 
 Properties
Properties| 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 | 
 Methods
Methods| 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 | 
 See Also
See Also