Python Script Engine  8.1
GL Studio Editor Python Script API
Kitting::Deployment Class Reference

Public Member Functions

String GetDeploymentName ()
 
String GetGeneratorName ()
 
String GetGeneratedCodeRoot ()
 
String GetGeneratedResourcesRoot ()
 
String GetBuildOutputPath ()
 

Detailed Description

Class representing a Project Deployment in the GL Studio editor.

Member Function Documentation

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.


The documentation for this class was generated from the following file: