Class ProceduralActionEntry
One entry in the profile's effective Actions list.
Inheritance
ProceduralActionEntry
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
Properties
ActionName
Declaration
public string ActionName { get; }
Property Value
AssetPath
Declaration
public string AssetPath { get; }
Property Value
TypeLabel
Declaration
public string TypeLabel { get; }
Property Value