FlipMode EnumerationDelta Engine Documentation
Sprites can be rendered flipped horizontally or vertically. View code on GitHub

Namespace: DeltaEngine.Datatypes
Assembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
Syntax

[FlagsAttribute]
public enum FlipMode
Members

  Member nameValueDescription
None0
Horizontal1
Vertical2
HorizontalAndVertical3
See Also