Table of Contents

Enum UIElementSampler

Namespace
Stride.Rendering.UI
Assembly
Stride.UI.dll
public enum UIElementSampler

Fields

[Display("Anisotropic", null)] AnisotropicClamp = 2
[Display("Linear", null)] LinearClamp = 1
[Display("Point (Nearest)", null)] PointClamp = 0