Class ProjectContext
public class ProjectContext : ScriptableRuntimeSingleton<ProjectContext>
- Inheritance
-
object
ProjectContext
Properties
ArtStyle
public static ArtStyle ArtStyle { get; }
Property Value
- ArtStyle
Description
public static string Description { get; }
Property Value
- string
GameGenre
public static GameGenre GameGenre { get; }
Property Value
- GameGenre
GameTheme
public static GameTheme GameTheme { get; }
Property Value
- GameTheme
Is2D
public static bool Is2D { get; }
Property Value
- bool
IsMobile
public static bool IsMobile { get; }
Property Value
- bool
IsMultiplayer
public static bool IsMultiplayer { get; }
Property Value
- bool
IsVR
public static bool IsVR { get; }
Property Value
- bool
LanguageTone
public static LanguageTone LanguageTone { get; }
Property Value
- LanguageTone
MainPlatform
public static Platform MainPlatform { get; }
Property Value
- Platform
VisualFairnessStrict
public static bool VisualFairnessStrict { get; }
Property Value
- bool
Methods
GetProjectDescription()
public string GetProjectDescription()
Returns
- string