Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    IParticleSorter Interface

    Namespace: Stride.Particles.Sorters
    Assembly: Stride.Particles.dll

    public interface IParticleSorter
    Name Description
    Methods
    FreeSortedList(ref ParticleList)
    GetSortedList(Vector3)
    | Improve this Doc View Source

    Methods


    FreeSortedList(ref ParticleList)

    void FreeSortedList(ref ParticleList sortedList)
    Parameters
    Type Name Description
    ParticleList sortedList

    GetSortedList(Vector3)

    ParticleList GetSortedList(Vector3 depth)
    Parameters
    Type Name Description
    Vector3 depth
    Returns
    Type Description
    ParticleList

    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