Interface ITexture
Namespace: AGS.API
Assembly: AGS.API.dll
Syntax
public interface ITexture
Properties
| Improve this Doc View SourceConfig
Gets the configuration of the texture (scaling filter, should the texture be tiled or not).
Declaration
ITextureConfig Config { get; set; }
Property Value
Type | Description |
---|---|
ITextureConfig |
ID
Gets the texture identifier.
Declaration
int ID { get; }
Property Value
Type | Description |
---|---|
System.Int32 |