IParticleSorter Interface
Namespace: Stride.Particles.SortersAssembly: Stride.Particles.dll
public interface IParticleSorter
Name | Description | |
---|---|---|
Methods | ||
FreeSortedList(ref ParticleList) | ||
GetSortedList(Vector3) |
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 |