Show / Hide Table of Contents

    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 Source

    Apply(IEntity)

    Apply the skin to the specified entity.

    Declaration
    void Apply(IEntity entity)
    Parameters
    Type Name Description
    IEntity entity

    Entity.

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX