ISortValueCalculator<T> Interface
Namespace: Stride.Particles.SortersAssembly: Stride.Particles.dll
public interface ISortValueCalculator<T>
where T : struct
Type Parameters
| Name | Description |
|---|---|
| T |
| Name | Description | |
|---|---|---|
| Methods | ||
| GetSortValue(T) | ||
Methods
GetSortValue(T)
float GetSortValue(T value)
Parameters
| Type | Name | Description |
|---|---|---|
| T | value |
Returns
| Type | Description |
|---|---|
| System.Single |