Quantum 3
3.0.13
Settings for the Quantum code generation. Extend this class with a partial implementation to customize the settings. More...
Static Public Attributes | |
| const string | DefaultCodeGenQtnFolderPath = "Assets/QuantumUser/Simulation/Generated" |
| The default folder path for the Simulation generated code. More... | |
| const string | DefaultCodeGenUnityRuntimeFolderPath = "Assets/QuantumUser/View/Generated" |
| The default folder path for the Unity runtime generated code. More... | |
| static GeneratorOptions | DefaultOptions |
| The default code generation options. If More... | |
Properties | |
| static string | CodeGenQtnFolderPath [get] |
| Returns the folder path for the Simulation generated code. Uses DefaultCodeGenQtnFolderPath and calls GetCodeGenFolderPathUser to customize the path. More... | |
| static string | CodeGenUnityRuntimeFolderPath [get] |
| Returns the folder path for the Unity runtime generated code. Uses DefaultCodeGenUnityRuntimeFolderPath and calls GetCodeGenUnityRuntimeFolderPathUser to customize the path. More... | |
| static GeneratorOptions | Options [get] |
| Creates a new instance of GeneratorOptions with the default options. Uses DefaultOptions and calls GetOptionsUser to customize the options. More... | |
Settings for the Quantum code generation. Extend this class with a partial implementation to customize the settings.
|
static |
The default folder path for the Simulation generated code.
|
static |
The default folder path for the Unity runtime generated code.
|
static |
The default code generation options. If
QUANTUM_ENABLE_MIGRATION is defined, GeneratorLegacyOptions.DefaultMigrationFlags are used for GeneratorOptions.LegacyCodeGenOptions.
|
staticget |
Creates a new instance of GeneratorOptions with the default options. Uses DefaultOptions and calls GetOptionsUser to customize the options.
|
staticget |
Returns the folder path for the Simulation generated code. Uses DefaultCodeGenQtnFolderPath and calls GetCodeGenFolderPathUser to customize the path.
|
staticget |
Returns the folder path for the Unity runtime generated code. Uses DefaultCodeGenUnityRuntimeFolderPath and calls GetCodeGenUnityRuntimeFolderPathUser to customize the path.