Show / Hide Table of Contents

    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
    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
    public interface IHasCursorComponent : IComponent, IDisposable, INotifyPropertyChanged

    Properties

    | Improve this Doc View Source

    SpecialCursor

    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.

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