Table of Contents

Struct LightShaderGroupDynamic.LightRange

Namespace
Stride.Rendering.Lights
Assembly
Stride.Rendering.dll
public struct LightShaderGroupDynamic.LightRange
Inherited Members

Constructors

LightRange(int, int)

public LightRange(int start, int end)

Parameters

start int
end int

Fields

End

public readonly int End

Field Value

int

Start

public readonly int Start

Field Value

int

Methods

ToString()

Returns the fully qualified type name of this instance.

public override string ToString()

Returns

string

The fully qualified type name.