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 SourcePixelPerfectHitTestArea
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. |