Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    LightShaderGroupDynamic.LightRange Struct

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

    public struct LightRange
    Name Description
    Constructors
    LightRange(Int32, Int32)
    Fields
    End
    Start
    Methods
    ToString()
    | Improve this Doc View Source

    Constructors


    LightRange(Int32, Int32)

    public LightRange(int start, int end)
    Parameters
    Type Name Description
    System.Int32 start
    System.Int32 end
    | Improve this Doc View Source

    Fields


    End

    public readonly int End
    Field Value
    Type Description
    System.Int32

    Start

    public readonly int Start
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Methods


    ToString()

    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.ValueType.ToString()

    Inherited Members

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

    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