Class ProjectContext
Inheritance
object
ProjectContext
Inherited Members
ScriptableResource<ProjectContext>.Instance
Assembly: .dll
Syntax
[ResourcePath("Resources/AIDevKit/")]
public class ProjectContext : ScriptableResource<ProjectContext>
Properties
ArtStyle
Declaration
public static ArtStyle ArtStyle { get; }
Property Value
Description
Declaration
public static string Description { get; }
Property Value
GameGenre
Declaration
public static GameGenre GameGenre { get; }
Property Value
GameTheme
Declaration
public static GameTheme GameTheme { get; }
Property Value
Is2D
Declaration
public static bool Is2D { get; }
Property Value
IsMultiplayer
Declaration
public static bool IsMultiplayer { get; }
Property Value
IsVR
Declaration
public static bool IsVR { get; }
Property Value
LanguageTone
Declaration
public static LanguageTone LanguageTone { get; }
Property Value
MainPlatform
Declaration
public static Platform MainPlatform { get; }
Property Value
Methods
GetProjectDescription()
Declaration
public string GetProjectDescription()
Returns