logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class ParameterEntry

    One parameter declared on an Animator Controller.

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

    Constructors

    ParameterEntry(string, AnimatorControllerParameterType, string)

    Declaration
    public ParameterEntry(string name, AnimatorControllerParameterType parameterType, string defaultValueSummary)
    Parameters
    Type Name Description
    string name
    AnimatorControllerParameterType parameterType
    string defaultValueSummary

    Properties

    DefaultValueSummary

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

    Human-readable summary of the parameter's default value (e.g. "true", "0.5"); empty for a Trigger.

    Name

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

    ParameterType

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