LightShaderGroupEntry<T> Struct
Namespace: Stride.Rendering.Lights
Assembly: Stride.Rendering.dll
public struct LightShaderGroupEntry<T> : IEquatable<LightShaderGroupEntry<T>>
Type Parameters
|
Improve this Doc
View Source
Constructors
LightShaderGroupEntry(T, LightShaderGroup)
public LightShaderGroupEntry(T key, LightShaderGroup value)
Parameters
|
Improve this Doc
View Source
Fields
Key
Field Value
Value
public readonly LightShaderGroup Value
Field Value
|
Improve this Doc
View Source
Methods
Equals(LightShaderGroupEntry<T>)
public bool Equals(LightShaderGroupEntry<T> other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Equals(Object)
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
System.ValueType.Equals(System.Object)
GetHashCode()
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
System.ValueType.GetHashCode()
System.ValueType.ToString()
Extension Methods