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

The platform category. More...

Properties

string Title [get]
 Gets the platform category title. More...
 
PlatformCategoryId Id [get]
 Gets the platform category identifier. More...
 
IEnumerable< PlatformIdPlatformIds [get]
 Gets the platform identifier associated with this category. More...
 
IEnumerable< PlatformPlatforms [get]
 Gets the platforms associated with this category. More...
 

Detailed Description

The platform category.

Property Documentation

◆ Id

PlatformCategoryId Turbanov.Toolworks.Definitto.PlatformCategory.Id
get

Gets the platform category identifier.

The platform category identifier.

◆ PlatformIds

IEnumerable<PlatformId> Turbanov.Toolworks.Definitto.PlatformCategory.PlatformIds
get

Gets the platform identifier associated with this category.

The platform identifiers.

◆ Platforms

IEnumerable<Platform> Turbanov.Toolworks.Definitto.PlatformCategory.Platforms
get

Gets the platforms associated with this category.

The platforms.

◆ Title

string Turbanov.Toolworks.Definitto.PlatformCategory.Title
get

Gets the platform category title.

The platform category title.


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