Interface ITextureConfig
Various configurations for a texture.
Namespace: AGS.API
Assembly: AGS.API.dll
Syntax
public interface ITextureConfig
Properties
| Improve this Doc View SourceScaleDownFilter
Which filters will be used to scale down the texture if needed?
Declaration
ScaleDownFilters ScaleDownFilter { get; }
Property Value
Type | Description |
---|---|
ScaleDownFilters |
ScaleUpFilter
Which filters will be used to scale up the texture if needed?
Declaration
ScaleUpFilters ScaleUpFilter { get; }
Property Value
Type | Description |
---|---|
ScaleUpFilters |
WrapX
How would the texture be wrapped to match the image on its horizontal axis? ITextureOffsetComponent
Declaration
TextureWrap WrapX { get; }
Property Value
Type | Description |
---|---|
TextureWrap |
WrapY
How would the texture be wrapped to match the image on its vertical axis? ITextureOffsetComponent
Declaration
TextureWrap WrapY { get; }
Property Value
Type | Description |
---|---|
TextureWrap |