Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    TetrahedronSortKey Struct

    Namespace: Stride.Rendering.LightProbes
    Assembly: Stride.Rendering.dll

    public struct TetrahedronSortKey : IComparable<TetrahedronSortKey>
    Name Description
    Constructors
    TetrahedronSortKey(Int32, Int32)
    Fields
    Index
    SortKey
    Methods
    CompareTo(TetrahedronSortKey)
    ToString()
    | Improve this Doc View Source

    Constructors


    TetrahedronSortKey(Int32, Int32)

    public TetrahedronSortKey(int index, int sortKey)
    Parameters
    Type Name Description
    System.Int32 index
    System.Int32 sortKey
    | Improve this Doc View Source

    Fields


    Index

    public int Index
    Field Value
    Type Description
    System.Int32

    SortKey

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

    Methods


    CompareTo(TetrahedronSortKey)

    public int CompareTo(TetrahedronSortKey other)
    Parameters
    Type Name Description
    TetrahedronSortKey other
    Returns
    Type Description
    System.Int32

    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