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

The settings for platform. More...

Classes

class  SubPlatformSettings
 Sub-platform settings. More...
 

Properties

PlatformId Id [get]
 The platform type. More...
 
Platform Platform [get]
 Get the target platform of the settings. More...
 
GUIStyle Icon [get]
 The icon for the platform. Available only in the Editor mode. More...
 
BuildTargetGroup BuildTargetGroup [get]
 The build target group of the settings. Available only in the Editor mode. More...
 
IEnumerable< SubPlatformSettingsSubPlatforms [get]
 The sub-platforms of the platform. More...
 
int SubPlatformsCount [get]
 Get the number of available sub-platforms. More...
 
IEnumerable< BuildTarget > BuildTargets [get]
 The matching build targets of the platform. Available in the Editor only. More...
 

Detailed Description

The settings for platform.

Property Documentation

◆ BuildTargetGroup

BuildTargetGroup Turbanov.Toolworks.Definitto.DefinittoEditorSettings.PlatformSettings.BuildTargetGroup
get

The build target group of the settings. Available only in the Editor mode.

◆ BuildTargets

IEnumerable<BuildTarget> Turbanov.Toolworks.Definitto.DefinittoEditorSettings.PlatformSettings.BuildTargets
get

The matching build targets of the platform. Available in the Editor only.

◆ Icon

GUIStyle Turbanov.Toolworks.Definitto.DefinittoEditorSettings.PlatformSettings.Icon
get

The icon for the platform. Available only in the Editor mode.

◆ Id

PlatformId Turbanov.Toolworks.Definitto.DefinittoEditorSettings.PlatformSettings.Id
get

The platform type.

◆ Platform

Platform Turbanov.Toolworks.Definitto.DefinittoEditorSettings.PlatformSettings.Platform
get

Get the target platform of the settings.

◆ SubPlatforms

IEnumerable<SubPlatformSettings> Turbanov.Toolworks.Definitto.DefinittoEditorSettings.PlatformSettings.SubPlatforms
get

The sub-platforms of the platform.

◆ SubPlatformsCount

int Turbanov.Toolworks.Definitto.DefinittoEditorSettings.PlatformSettings.SubPlatformsCount
get

Get the number of available sub-platforms.

The sub-platforms count.


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