Class ProjectContext
Inheritance
object
ProjectContext
Assembly: .dll
Syntax
[Serializable]
public class ProjectContext
Properties
DefaultPlatform
Declaration
public ProjectContext.Platform DefaultPlatform { get; }
Property Value
Description
Declaration
public string Description { get; }
Property Value
GameTheme
Declaration
public string GameTheme { get; }
Property Value
Genre
Declaration
public string Genre { get; }
Property Value
IsGame
Declaration
public bool IsGame { get; }
Property Value
Tone
Declaration
public ProjectContext.LanguageTone Tone { get; }
Property Value
Methods
GetShortDescription()
Declaration
public string GetShortDescription()
Returns
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()