logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class ProceduralActionEntry

    One entry in the profile's effective Actions list.

    Inheritance
    object
    ProceduralActionEntry
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    Namespace: Serenity.Editor.AnimationHub.Discovery
    Assembly: Serenity.AnimationHub.Editor.dll
    Syntax
    public sealed class ProceduralActionEntry

    Constructors

    ProceduralActionEntry(string, string, string)

    Declaration
    public ProceduralActionEntry(string actionName, string assetPath, string typeLabel)
    Parameters
    Type Name Description
    string actionName
    string assetPath
    string typeLabel

    Properties

    ActionName

    Declaration
    public string ActionName { get; }
    Property Value
    Type Description
    string

    AssetPath

    Declaration
    public string AssetPath { get; }
    Property Value
    Type Description
    string

    TypeLabel

    Declaration
    public string TypeLabel { get; }
    Property Value
    Type Description
    string
    In this article
    © 2026 Serenity. All Rights Reserved