logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Struct AnimationHubRowGui.Result

    What happened to a drawn row this pass.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetType()
    Namespace: Serenity.Editor.AnimationHub.Window
    Assembly: Serenity.AnimationHub.Editor.dll
    Syntax
    public readonly struct AnimationHubRowGui.Result

    Constructors

    Result(bool, bool, int)

    Declaration
    public Result(bool expanded, bool pingPressed, int pressedExtraActionIndex)
    Parameters
    Type Name Description
    bool expanded
    bool pingPressed
    int pressedExtraActionIndex

    Fields

    Expanded

    Declaration
    public readonly bool Expanded
    Field Value
    Type Description
    bool

    PingPressed

    Declaration
    public readonly bool PingPressed
    Field Value
    Type Description
    bool

    PressedExtraActionIndex

    Declaration
    public readonly int PressedExtraActionIndex
    Field Value
    Type Description
    int

    Index into the extraActions list passed to Draw(int, bool, string, IReadOnlyList<Badge>, bool, bool, bool, AuthoringSeverity?, IReadOnlyList<Action>) that was pressed this pass, or -1 when none was (including when no extraActions were drawn at all).

    In this article
    © 2026 Serenity. All Rights Reserved