Skip to main content
Version: 1.0.0-preview.42

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.