Show / Hide Table of Contents

    Interface IPixelPerfectComponent

    Adds the ability for an entity to have pixel perfect collision checks (as opposed to bounding box collision checks). See: https://wiki.allegro.cc/index.php?title=Pixel_Perfect_Collision

    Inherited Members
    IPixelPerfectCollidable.PixelPerfectHitTestArea
    IComponent.Name
    IComponent.Entity
    IComponent.RegistrationType
    IComponent.Init(IEntity, Type)
    IComponent.AfterInit()
    System.IDisposable.Dispose()
    System.ComponentModel.INotifyPropertyChanged.PropertyChanged
    Namespace: AGS.API
    Assembly: AGS.API.dll
    Syntax
    [RequiredComponent(typeof(IAnimationComponent), true)]
    public interface IPixelPerfectComponent : IPixelPerfectCollidable, IComponent, IDisposable, INotifyPropertyChanged

    Properties

    | Improve this Doc View Source

    IsPixelPerfect

    Declaration
    bool IsPixelPerfect { get; set; }
    Property Value
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX