Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    RenderViewFeatureStage Struct

    Namespace: Stride.Rendering
    Assembly: Stride.Rendering.dll

    Describes a specific RenderView, RootRenderFeature and RenderStage combination.

    public struct RenderViewFeatureStage
    Name Description
    Constructors
    RenderViewFeatureStage(RenderStage, Int32, Int32)
    Fields
    RenderNodeEnd
    RenderNodeStart
    RenderStage
    | Improve this Doc View Source

    Constructors


    RenderViewFeatureStage(RenderStage, Int32, Int32)

    public RenderViewFeatureStage(RenderStage renderStage, int renderNodeStart, int renderNodeEnd)
    Parameters
    Type Name Description
    RenderStage renderStage
    System.Int32 renderNodeStart
    System.Int32 renderNodeEnd
    | Improve this Doc View Source

    Fields


    RenderNodeEnd

    public int RenderNodeEnd
    Field Value
    Type Description
    System.Int32

    RenderNodeStart

    public int RenderNodeStart
    Field Value
    Type Description
    System.Int32

    RenderStage

    public RenderStage RenderStage
    Field Value
    Type Description
    RenderStage

    Inherited Members

    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()

    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