Skip to main content
Version: Next

Velaptor.Graphics.RenderEffects

Velaptor

Velaptor.Graphics

RenderEffects Enum

Adds basic effects to a texture when rendered.

public enum RenderEffects

Fields

FlipBothDirections 3

The texture is flipped horizontally and vertically.

FlipHorizontally 1

The texture is flipped horizontally.

FlipVertically 2

The texture is flipped vertically.

None 0

No effects are applied.