|
Python Script Engine
1.0
GL Studio Editor Python Script API
|
Public Member Functions | |
| String | GetDeploymentName () |
| String | GetGeneratorName () |
| String | GetGeneratedCodeRoot () |
| String | GetGeneratedResourcesRoot () |
| String | GetBuildOutputPath () |
Class representing a Project Deployment in the GL Studio editor.
| String Kitting::Deployment::GetBuildOutputPath | ( | ) |
The path where build output goes (relative to the root project folder).
| String Kitting::Deployment::GetDeploymentName | ( | ) |
The name diplayed in the deployment drop-down list and also the name of the folder created for the build output. Should be unique among all deployments in the project, or it will be "uniquified" programmatically.
| String Kitting::Deployment::GetGeneratedCodeRoot | ( | ) |
The path to set for code generation. Its path is relative to the root project folder.
| String Kitting::Deployment::GetGeneratedResourcesRoot | ( | ) |
The path to set for resource (e.g., texture) generation. Its path is relative to the root project folder.
| String Kitting::Deployment::GetGeneratorName | ( | ) |
The name of the generator, typically shown the generation drop-down in non-project mode. Different deployments can have the same generator name.