The scope of applications for UnigineScript is limited to implementing materials-related logic (material expressions, scriptable materials, brush materials). Do not use UnigineScript as a language for application logic, please consider C#/C++ instead, as these APIs are the preferred ones. Availability of new Engine features in UnigineScipt (beyond its scope of applications) is not guaranteed, as the current level of support assumes only fixing critical issues.
The functionality described in this article is not available in the Community SDK edition.
You should upgrade to- Sim
SDK edition to use it.
You should upgrade to
CigiComponentControl 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.Last update:
2020-07-31
Help improve this article
Was this article helpful?
(or select a word/phrase and press Ctrl+Enter)