This page has been translated automatically.
UnigineEditor
Interface Overview
Assets Workflow
Settings and Preferences
Adjusting Node Parameters
Setting Up Materials
Setting Up Properties
Landscape Tool
Using Editor Tools for Specific Tasks
FAQ
Programming
Fundamentals
Setting Up Development Environment
Usage Examples
UnigineScript
C++
C#
UUSL (Unified UNIGINE Shader Language)
File Formats
Rebuilding the Engine and 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
Networking Functionality
Pathfinding-Related Classes
Physics-Related Classes
Plugins-Related Classes
Rendering-Related Classes
Warning! This version of documentation is OUTDATED, as it describes an older SDK version! Please switch to the documentation for the latest SDK version.
Warning! This version of documentation describes an old SDK version which is no longer supported! Please upgrade to the latest SDK version.

Unigine::Cigi::ICigiComponentControl Class

Header:#include <CigiClientInterface.h>
Inherits:ICigiHostPacket

This class represents the CIGI Component Control packet interface.

Notice
CIGI plugin must be loaded.

ICigiComponentControl Class

Members


int getInstanceID()

Returns the instance ID specified in the packet.

Return value

Instance ID.

int getComponentID()

Returns the component ID specified in the packet.

Return value

Component ID.

int getComponentClass()

Returns the component class specified in the packet.

Return value

CIGI component class. One of the CIGI_COMPONENT_* values.

int getComponentState()

Returns the value of the Component State parameter specified in the packet.

Return value

Component State parameter value. One of the CIGI_STATE_* values.

unsigned int getData1()

Returns the value of the Data 1 parameter specified in the packet.

Return value

Data 1 parameter value.

unsigned int getData2()

Returns the value of the Data 2 parameter specified in the packet.

Return value

Data 2 parameter value.

unsigned int getData3()

Returns the value of the Data 3 parameter specified in the packet.

Return value

Data 3 parameter value.

unsigned int getData4()

Returns the value of the Data 4 parameter specified in the packet.

Return value

Data 4 parameter value.

unsigned int getData5()

Returns the value of the Data 5 parameter specified in the packet.

Return value

Data 5 parameter value.

unsigned int getData6()

Returns the value of the Data 6 parameter specified in the packet.

Return value

Data 6 parameter value.

int CIGI_COMPONENT_ENTITY

Description

Entity component class.

int CIGI_COMPONENT_VIEW

Description

View component class.

int CIGI_COMPONENT_GROUP

Description

View Group component class.

int CIGI_COMPONENT_SENSOR

Description

Sensor component class.

int CIGI_COMPONENT_REG_WATER

Description

Regional Water component class.

int CIGI_COMPONENT_REG_TERRAIN

Description

Regional Terrain component class.

int CIGI_COMPONENT_REG_WEATHER

Description

Regional Weather component class.

int CIGI_COMPONENT_GLOBAL_WATER

Description

Global Water component class.

int CIGI_COMPONENT_GLOBAL_TERRAIN

Description

Global Terrain component class.

int CIGI_COMPONENT_GLOBAL_WEATHER

Description

Global Weather component class.

int CIGI_COMPONENT_ATMOSPHERE

Description

Atmosphere component class.

int CIGI_COMPONENT_CELESTIAL

Description

Celestial component class.

int CIGI_COMPONENT_EVENT

Description

Event component class.

int CIGI_COMPONENT_SYSTEM

Description

System component class.

int CIGI_COMPONENT_SYMBOL_SURFACE

Description

Symbol Surface component class.

int CIGI_COMPONENT_SYMBOL

Description

Symbol component class.
Last update: 2018-04-26
Build: ()