RenderViewFeature Class
Namespace: Stride.RenderingAssembly: Stride.Rendering.dll
Describes a specific RenderView and RootRenderFeature combination.
System.Object →
RenderViewFeature
Derived from RenderViewFeature:
public class RenderViewFeature
Name | Description | |
---|---|---|
Fields | ||
Layouts | List of resource layouts used by this render view. |
|
RenderNodes | List of render nodes. It might cover multiple RenderStage, RenderStages contains range information. |
|
RootFeature | ||
ViewObjectNodes | The list of object nodes contained in this view. |
Fields
Layouts
List of resource layouts used by this render view.
public readonly ConcurrentCollector<ViewResourceGroupLayout> Layouts
Field Value
Type | Description |
---|---|
ConcurrentCollector<ViewResourceGroupLayout> |
RenderNodes
List of render nodes. It might cover multiple RenderStage, RenderStages contains range information.
public readonly ConcurrentCollector<RenderNodeReference> RenderNodes
Field Value
Type | Description |
---|---|
ConcurrentCollector<RenderNodeReference> |
RootFeature
public RootRenderFeature RootFeature
Field Value
Type | Description |
---|---|
RootRenderFeature |
ViewObjectNodes
The list of object nodes contained in this view.
public readonly ConcurrentCollector<ViewObjectNodeReference> ViewObjectNodes
Field Value
Type | Description |
---|---|
ConcurrentCollector<ViewObjectNodeReference> |