Show / Hide Table of Contents

    Interface IPixelPerfectCollidable

    Adds the ability for pixel perfect collision checks (https://wiki.allegro.cc/index.php?title=Pixel_Perfect_Collision)

    Inherited Members
    System.IDisposable.Dispose()
    Namespace: AGS.API
    Assembly: AGS.API.dll
    Syntax
    public interface IPixelPerfectCollidable : IDisposable

    Properties

    | Improve this Doc View Source

    PixelPerfectHitTestArea

    Gets the pixel perfect hit test area. This is the area not projected on the screen(i.e not rotated and will start from 0,0)

    Declaration
    IArea PixelPerfectHitTestArea { get; }
    Property Value
    Type Description
    IArea

    The pixel perfect hit test area.

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