logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Interface IFeedbackPattern

    A sequence of feedback steps that together form a pattern (e.g. a double-tap or a ramp).

    Namespace: Serenity.Feedback.Domain.Interfaces
    Assembly: Serenity.Feedback.Domain.dll
    Syntax
    public interface IFeedbackPattern

    Properties

    Steps

    Declaration
    IReadOnlyList<FeedbackPatternStep> Steps { get; }
    Property Value
    Type Description
    IReadOnlyList<FeedbackPatternStep>

    The ordered steps of the pattern.

    In this article
    © 2026 Serenity. All Rights Reserved