Definitto 1.1.0
The essential defines manager for the Unity game engine. API reference.
Properties | List of all members
Turbanov.Toolworks.Definitto.DefinittoEditorSettings.PlatformSettings.SubPlatformSettings Class Reference

Sub-platform settings. More...

Properties

string Title [get]
 The title for sub-platform. More...
 
BuildTarget BuildTarget [get]
 The Unity build target for the sub-platform. Available only in the Editor mode. More...
 
string BatchModeBuildFlag [get]
 The Unity batch mode flag for the sub-platform. Used to detect the platform by command line options. More...
 
string BuildExtension [get]
 The build extension, including the the dot (.) character. More...
 

Detailed Description

Sub-platform settings.

Property Documentation

◆ BatchModeBuildFlag

string Turbanov.Toolworks.Definitto.DefinittoEditorSettings.PlatformSettings.SubPlatformSettings.BatchModeBuildFlag
get

The Unity batch mode flag for the sub-platform. Used to detect the platform by command line options.

◆ BuildExtension

string Turbanov.Toolworks.Definitto.DefinittoEditorSettings.PlatformSettings.SubPlatformSettings.BuildExtension
get

The build extension, including the the dot (.) character.

Examples: ".apk", ".exe", ".app"

◆ BuildTarget

BuildTarget Turbanov.Toolworks.Definitto.DefinittoEditorSettings.PlatformSettings.SubPlatformSettings.BuildTarget
get

The Unity build target for the sub-platform. Available only in the Editor mode.

◆ Title

string Turbanov.Toolworks.Definitto.DefinittoEditorSettings.PlatformSettings.SubPlatformSettings.Title
get

The title for sub-platform.


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