Defines different types of a texture mirroring.

Namespace: Arctorus.Documents
Assembly: Arctorus.Documents (in Arctorus.Documents.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public enum TextureMirrorType
Visual Basic
Public Enumeration TextureMirrorType
Visual C++
public enum class TextureMirrorType

Members

Member nameValueDescription
None0 Texture is not mirrored.
Horizontal1 Texture mirrored horizontally.
Vertical2 Texture mirrored vertically.
Both3 Texture mirrored both horizontally and vertically.

See Also