AI DevKit
Search Results for

    Show / Hide Table of Contents

    Class ProjectContext

    Inheritance
    object
    ScriptableResource<ProjectContext>
    ProjectContext
    Inherited Members
    ScriptableResource<ProjectContext>.Instance
    Namespace: Glitch9.AIDevKit
    Assembly: .dll
    Syntax
    [ResourcePath("Resources/AIDevKit/")]
    public class ProjectContext : ScriptableResource<ProjectContext>

    Properties

    ArtStyle

    Declaration
    public static ArtStyle ArtStyle { get; }
    Property Value
    Type Description
    ArtStyle

    Description

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

    GameGenre

    Declaration
    public static GameGenre GameGenre { get; }
    Property Value
    Type Description
    GameGenre

    GameTheme

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

    Is2D

    Declaration
    public static bool Is2D { get; }
    Property Value
    Type Description
    bool

    IsMultiplayer

    Declaration
    public static bool IsMultiplayer { get; }
    Property Value
    Type Description
    bool

    IsVR

    Declaration
    public static bool IsVR { get; }
    Property Value
    Type Description
    bool

    LanguageTone

    Declaration
    public static LanguageTone LanguageTone { get; }
    Property Value
    Type Description
    LanguageTone

    MainPlatform

    Declaration
    public static Platform MainPlatform { get; }
    Property Value
    Type Description
    Platform

    Methods

    GetProjectDescription()

    Declaration
    public string GetProjectDescription()
    Returns
    Type Description
    string
    In this article
    Back to top Generated by DocFX