|  | |
| Initialize | |
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
Syntaxpublic class InitializeRenderingStep : RenderingStep
The InitializeRenderingStep type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | InitializeRenderingStep | Constructor | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | IsInitializingFromSceneView | Gets or sets a Boolean that specifies if this InitializeRenderingStep sets BackBuffers, BackBuffer views, CurrentViewport and UsedCamera from SceneView. Default value is true. | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | OnRun | The method should true to continue executing rendering steps; when false is returned then rendering is terminated. (Overrides RenderingStepOnRun(RenderingContext)) | 
|  | SaveExecutionTimeStatistics | SaveExecutionTimeStatistics is called when we are collecting statistics.
            The implementation of the method should save or add the elapsedMilliseconds to the corresponding property in the RenderingStatistics class. (Overrides RenderingStepSaveExecutionTimeStatistics(Double, RenderingStatistics)) | 
 See Also
See Also