Click or drag to resize
AB4D logo

TransparencySorterSortingModeTypes Enumeration

SortingModeTypes defines possible type of transparency sorting.

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public enum SortingModeTypes
Members
Member nameValueDescription
Disabled0 The transparency sorting is disabled.
Simple1 Transparency sorting is done with moving transparent objects after non-transparent objects.
ByCameraDistance2 Transparency sorting is done with moving transparent objects after non-transparent objects and also sorting the transparent objects by their distance from the camera.
See Also