Interface IHasCursorComponent
Allows setting a special cursor that will be shown when the mouse is hovering the entity. This can be useful for having special "Exit" cursors for doors (for example).
Inherited Members
System.IDisposable.Dispose()
System.ComponentModel.INotifyPropertyChanged.PropertyChanged
Namespace: AGS.API
Assembly: AGS.API.dll
Syntax
public interface IHasCursorComponent : IComponent, IDisposable, INotifyPropertyChanged
Properties
| Improve this Doc View SourceSpecialCursor
Gets or sets the special cursor the will be shown on hover.
Declaration
IObject SpecialCursor { get; set; }
Property Value
Type | Description |
---|---|
IObject | The special cursor. |