Class RenderViewFeature
Describes a specific RenderView and RootRenderFeature combination.
public class RenderViewFeature
- Inheritance
-
RenderViewFeature
Fields
Layouts
List of resource layouts used by this render view.
public readonly ConcurrentCollector<ViewResourceGroupLayout> Layouts
Field Value
RenderNodes
List of render nodes. It might cover multiple RenderStage, RenderStages contains range information.
public readonly ConcurrentCollector<RenderNodeReference> RenderNodes
Field Value
RootFeature
public RootRenderFeature RootFeature
Field Value
ViewObjectNodes
The list of object nodes contained in this view.
public readonly ConcurrentCollector<ViewObjectNodeReference> ViewObjectNodes