This page has been translated automatically.
Video Tutorials
Interface
Essentials
Advanced
How To
UnigineEditor
Interface Overview
Assets Workflow
Settings and Preferences
Working With Projects
Adjusting Node Parameters
Setting Up Materials
Setting Up Properties
Lighting
Landscape Tool
Sandworm
Using Editor Tools for Specific Tasks
Extending Editor Functionality
Built-in Node Types
Nodes
Objects
Effects
Decals
Light Sources
Geodetics
World Objects
Sound Objects
Pathfinding Objects
Players
Programming
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
Rendering-Related Classes
Content Creation
Content Optimization
Materials
Art Samples
Tutorials
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.

CigiSegmentNotify 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 <UnigineCIGIConnector.h>

CigiSegmentNotify Class

Members


void setEntityID ( int id ) #

Sets ID of the entity to which the collision detection segment belongs.

Arguments

  • int id - ID of the entity to which the collision detection segment belongs.

void setSegmentID ( int id ) #

Sets the ID of the collision detection segment along which the collision occurred. This parameter, along with Entity ID, allows the Host to match this response with the corresponding request.

Arguments

  • int id - ID of the collision detection segment along which the collision occurred.

void setContactEntityID ( int id ) #

Sets the entity with which the collision occurred. If Collision Type is set to Non-entity (0), this parameter is ignored.

Arguments

  • int id - ID of contacted entity.

void setCollisionType ( int type ) #

This parameter indicates whether the collision occurred with another entity or with a non-entity object such as the terrain.

Arguments

  • int type - Type of collision. Available values:
    • 0 — for collisions with a non-entity object.
    • 1 — for collisions with other entities.

void setMaterialCode ( unsigned int code ) #

Sets the material code of the surface at the point of collision.

Arguments

  • unsigned int code - Material code of the surface at the point of collision.

void setDistance ( float d ) #

Sets the distance along the collision test vector from the source endpoint (the first point of the collision segment) to the point of intersection.

Arguments

  • float d - Length along the segment from the source endpoint, in meters.
Last update: 2021-04-29
Build: ()