logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class ProceduralLayerEntry

    One entry in the profile's effective Layers list.

    Inheritance
    object
    ProceduralLayerEntry
    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 ProceduralLayerEntry

    Constructors

    ProceduralLayerEntry(string, string, string)

    Declaration
    public ProceduralLayerEntry(string layerName, string assetPath, string typeLabel)
    Parameters
    Type Name Description
    string layerName
    string assetPath
    string typeLabel

    Properties

    AssetPath

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

    LayerName

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

    TypeLabel

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

    Human-readable layer type label, via ProceduralAnimatorScaffoldGenerator.DescribeLayerType.

    In this article
    © 2026 Serenity. All Rights Reserved