LightShaderGroupDynamic.LightRange Struct
Namespace: Stride.Rendering.LightsAssembly: Stride.Rendering.dll
public struct LightRange
Name | Description | |
---|---|---|
Constructors | ||
LightRange(Int32, Int32) | ||
Fields | ||
End | ||
Start | ||
Methods | ||
ToString() |
Constructors
LightRange(Int32, Int32)
public LightRange(int start, int end)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | start | |
System.Int32 | end |
Fields
End
public readonly int End
Field Value
Type | Description |
---|---|
System.Int32 |
Start
public readonly int Start
Field Value
Type | Description |
---|---|
System.Int32 |
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()