logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class SerenityAiAgentDirectory

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

    Constructors

    SerenityAiAgentDirectory(string, string, string, string, string)

    Declaration
    public SerenityAiAgentDirectory(string displayName, string detectionDirectory, string skillsDirectory, string commandsDirectory, string commandFileExtension)
    Parameters
    Type Name Description
    string displayName
    string detectionDirectory
    string skillsDirectory
    string commandsDirectory
    string commandFileExtension

    Properties

    CommandFileExtension

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

    CommandsDirectory

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

    DetectionDirectory

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

    DisplayName

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

    SkillsDirectory

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