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

The platform definition. More...

Properties

string Title [get]
 A human-readable name of the platform. More...
 
PlatformId Id [get]
 The platform type. More...
 
PlatformCategoryId CategoryId [get]
 The platform category identifier. More...
 
PlatformCategory Category [get]
 The platform category. More...
 
IEnumerable< RuntimePlatform > RuntimePlatforms [get]
 The matching runtime platforms of the settings. More...
 

Detailed Description

The platform definition.

Property Documentation

◆ Category

PlatformCategory Turbanov.Toolworks.Definitto.Platform.Category
get

The platform category.

◆ CategoryId

PlatformCategoryId Turbanov.Toolworks.Definitto.Platform.CategoryId
get

The platform category identifier.

◆ Id

PlatformId Turbanov.Toolworks.Definitto.Platform.Id
get

The platform type.

◆ RuntimePlatforms

IEnumerable<RuntimePlatform> Turbanov.Toolworks.Definitto.Platform.RuntimePlatforms
get

The matching runtime platforms of the settings.

◆ Title

string Turbanov.Toolworks.Definitto.Platform.Title
get

A human-readable name of the platform.


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