Interface ISkin
Allows skinning (providing a common custom theme to) an entity.
Namespace: AGS.API
Assembly: AGS.API.dll
Syntax
public interface ISkin
Methods
| Improve this Doc View SourceApply(IEntity)
Apply the skin to the specified entity.
Declaration
void Apply(IEntity entity)
Parameters
Type | Name | Description |
---|---|---|
IEntity | entity | Entity. |