Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    LightShaderGroupEntry<T> Struct

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

    public struct LightShaderGroupEntry<T> : IEquatable<LightShaderGroupEntry<T>>
    Type Parameters
    Name Description
    T
    Name Description
    Constructors
    LightShaderGroupEntry(T, LightShaderGroup)
    Fields
    Key
    Value
    Methods
    Equals(LightShaderGroupEntry<T>)
    Equals(Object)
    GetHashCode()
    | Improve this Doc View Source

    Constructors


    LightShaderGroupEntry(T, LightShaderGroup)

    public LightShaderGroupEntry(T key, LightShaderGroup value)
    Parameters
    Type Name Description
    T key
    LightShaderGroup value
    | Improve this Doc View Source

    Fields


    Key

    public readonly T Key
    Field Value
    Type Description
    T

    Value

    public readonly LightShaderGroup Value
    Field Value
    Type Description
    LightShaderGroup
    | Improve this Doc View Source

    Methods


    Equals(LightShaderGroupEntry<T>)

    public bool Equals(LightShaderGroupEntry<T> other)
    Parameters
    Type Name Description
    LightShaderGroupEntry<T> other
    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()

    Inherited Members

    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