Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    RenderViewFeature Class

    Namespace: Stride.Rendering
    Assembly: 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.

    | Improve this Doc View Source

    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>

    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation