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 UnigineScript (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
Inherits from: | CigiIGPacket |
CigiLosExtResponse Class
Members
void setLosID ( int id ) #
Sets the value of the LOS ID parameter to be specified in the packet.Arguments
- int id - LOS ID parameter value.
void setEntityID ( int id ) #
Sets the value of the Entity ID parameter to be specified in the packet.Arguments
- int id - Entity ID parameter value.
void setEntityValid ( int valid ) #
Sets the value of the Entity Valid parameter to be specified in the packet.Arguments
- int valid - Entity ID Valid parameter value. The following values are supported:
- 0 - invalid (if the intersected polygon was not a part of an entity)
- 1 - valid (if the intersected polygon was a part of an entity)
void setResponseValid ( int valid ) #
Sets the value of the Response Valid parameter to be specified in the packet.Arguments
- int valid - Valid parameter value. The following values are supported:
- 0 - invalid (no intersection occurred)
- 1 - valid (one or more intersections occurred)
void setResponseCount ( int count ) #
Sets the value of the Response Count parameter to be specified in the packet. This parameter indicates the total number of Line of Sight Response packets the IG will return for the corresponding request.Arguments
- int count - Response Count parameter value.
void setRangeValid ( int valid ) #
Sets the value of the Range Valid parameter to be specified in the packet.Arguments
- int valid - Range Valid parameter value. The following values are supported:
- 0 - invalid
- 1 - valid
void setVisible ( int v ) #
Sets the value of the Visible parameter to be specified in the packet.Arguments
- int v - Visible parameter value. The following values are supported:
- 0 - occluded (not visible)
- 1 - visible
void setRange ( double r ) #
Sets the value of the Range parameter to be specified in the packet.Arguments
- double r - Range parameter value.
void setPosition ( ) #
Sets the values of parameters that determine the Position to be specified in the packet.Arguments
void setColor ( ) #
Sets the values of parameters that determine the Color of the surface at the point of intersection to be specified in the packet.Arguments
void setAzimuth ( float a ) #
Sets the value of the Normal Vector Azimuth parameter to be specified in the packet.Arguments
- float a - Normal Vector Azimuth parameter value.
void setElevation ( float e ) #
Sets the value of the Normal Vector Elevation parameter to be specified in the packet.Arguments
- float e - Normal Vector Elevation parameter value.
void setMaterialCode ( unsigned int code ) #
Sets the value of the Material Code parameter to be specified in the packet.Arguments
- unsigned int code - Material Code parameter value.
Last update:
2021-12-13
Help improve this article
Was this article helpful?
(or select a word/phrase and press Ctrl+Enter)