This page has been translated automatically.
Video Tutorials
Interface
Essentials
Advanced
Полезные советы
UnigineEditor
Interface Overview
Assets Workflow
Settings and Preferences
Working With Projects
Adjusting Node Parameters
Setting Up Materials
Setting Up Properties
Landscape Tool
Using Editor Tools for Specific Tasks
Extending Editor Functionality
Программирование
Fundamentals
Setting Up Development Environment
Usage Examples
UnigineScript
C++
C#
UUSL (Unified UNIGINE Shader Language)
File Formats
Rebuilding the Engine Tools
GUI
Double Precision Coordinates
API
Containers
Common Functionality
Controls-Related Classes
Engine-Related Classes
Filesystem Functionality
GUI-Related Classes
Math Functionality
Node-Related Classes
Objects-Related Classes
Networking Functionality
Pathfinding-Related Classes
Physics-Related Classes
Plugins-Related Classes
IG Plugin
CIGIConnector Plugin
Rendering-Related Classes
Внимание! Эта версия документация УСТАРЕЛА, поскольку относится к более ранней версии SDK! Пожалуйста, переключитесь на самую актуальную документацию для последней версии SDK.
Внимание! Эта версия документации описывает устаревшую версию SDK, которая больше не поддерживается! Пожалуйста, обновитесь до последней версии SDK.

Unigine::Plugins::SuitManager Class

Warning
The functionality described in this article is not available in the Community SDK edition.
You should upgrade to Sim SDK edition to use it.
Header: #include <plugins/UnigineTeslaSuit.h>

SuitManager Class

Enums

SUIT_NUM#

NameDescription
SUIT_1 = 0
SUIT_2 = 1
SUIT_3 = 2
SUIT_4 = 3
SUIT_5 = 4
SUIT_6 = 5
SUIT_7 = 6
SUIT_8 = 7
MAX_SUITS = 8

CALLBACK_INDEX#

NameDescription
CONNECTED = 0Enables notifications on the suit connection event.
DISCONNECTED = 1Enables notifications on the suit disconnection event.
NUM_CALLBACKS = 2Callback counter.

Members


Suit * getSuit ( SuitManager::SUIT_NUM num ) #

Returns the interface of the specified suit.

Arguments

  • SuitManager::SUIT_NUM num - Suit number, one of the SUIT_ values

Return value

Suit interface

Suit * getSuitByID ( unsigned long long id ) #

Returns the interface of the suit, the ID of which is specified.

Arguments

  • unsigned long long id - Suit ID

Return value

Suit interface

Vector< Suit * > getConnectedSuits ( ) #

Returns IDs of connected TESLASUITs.

Return value

Connected TESLASUITs
Last update: 31.07.2020
Build: ()