Enum TextureWrap
How a texture is wrapped to fill an image. ITextureOffsetComponent
Namespace: AGS.API
Assembly: AGS.API.dll
Syntax
public enum TextureWrapFields
| Name | Description | 
|---|---|
| Clamp | The texture will be stretched if needed to match the image. | 
| MirroredRepeat | The texture will be tiled in a forwards-backwards-forwards-.. to match the image. | 
| Repeat | The texture will be tiled by repeating it as needed to match the image. |