AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class ProjectContext

    Inheritance
    object
    ProjectContext
    Namespace: Glitch9.AIDevKit
    Assembly: .dll
    Syntax
    [Serializable]
    public class ProjectContext

    Properties

    DefaultPlatform

    Declaration
    public ProjectContext.Platform DefaultPlatform { get; }
    Property Value
    Type Description
    ProjectContext.Platform

    Description

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

    GameTheme

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

    Genre

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

    IsGame

    Declaration
    public bool IsGame { get; }
    Property Value
    Type Description
    bool

    Tone

    Declaration
    public ProjectContext.LanguageTone Tone { get; }
    Property Value
    Type Description
    ProjectContext.LanguageTone

    Methods

    GetShortDescription()

    Declaration
    public string GetShortDescription()
    Returns
    Type Description
    string

    ToString()

    Returns a string that represents the current object.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    A string that represents the current object.

    Overrides
    object.ToString()
    In this article
    Back to top Generated by DocFX