Class ProceduralLayerEntry
One entry in the profile's effective Layers list.
Inheritance
ProceduralLayerEntry
Assembly: Serenity.AnimationHub.Editor.dll
Syntax
public sealed class ProceduralLayerEntry
Constructors
ProceduralLayerEntry(string, string, string)
Declaration
public ProceduralLayerEntry(string layerName, string assetPath, string typeLabel)
Parameters
Properties
AssetPath
Declaration
public string AssetPath { get; }
Property Value
LayerName
Declaration
public string LayerName { get; }
Property Value
TypeLabel
Declaration
public string TypeLabel { get; }
Property Value
| Type |
Description |
| string |
Human-readable layer type label, via ProceduralAnimatorScaffoldGenerator.DescribeLayerType.
|