Table of Contents

Enum SpriteSampler

Namespace
Stride.Rendering.Sprites
Assembly
Stride.Rendering.dll
public enum SpriteSampler

Fields

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