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
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 SourceIsPixelPerfect
Declaration
bool IsPixelPerfect { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |