BokehTechniqueExtensions Class
Namespace: Stride.Rendering.ImagesAssembly: Stride.Rendering.dll
                 System.Object →  
                BokehTechniqueExtensions
              
              
                 Derived from BokehTechniqueExtensions: 
              
              
              
public static class BokehTechniqueExtensions
              | Name | Description | |
|---|---|---|
| Methods | ||
| ToBlurInstance(BokehTechnique) | Instantiates a new BokehBlur from a technique name.  | 
                          |
Methods
ToBlurInstance(BokehTechnique)
Instantiates a new BokehBlur from a technique name.
public static BokehBlur ToBlurInstance(this BokehTechnique name)
              Parameters
| Type | Name | Description | 
|---|---|---|
| BokehTechnique | name | 
Returns
| Type | Description | 
|---|---|
| BokehBlur | A Bokeh blur corresponding to the tehcnique specified.  |