Unigine.ObjectIntersection Class
ObjectIntersection Class
Enums
TYPE#
Name | Description |
---|---|
OBJECT_INTERSECTION = 0 | |
OBJECT_INTERSECTION_NORMAL = 1 | |
OBJECT_INTERSECTION_TEX_COORD = 2 | |
NUM_OBJECT_INTERSECTIONS = 3 |
Properties
int Instance#
The number of the intersected instance.
Intersected instance number can be obtained for the following classes:
set
Sets the new intersected instance number.
Intersected instance number can be obtained for the following classes:
set value -
Intersected instance number.
int Index#
The number of the intersected triangle.
set
Sets the new intersection triangle number.
set value -
Intersection triangle number.
vec3 Point#
Coordinates of the intersection point.
set
Sets new coordinates of the intersection point.
set value -
Coordinates of the intersection point.
string TypeName#
Object intersection type name.
WorldIntersection.TYPE Type#
Object intersection type identifier.
Members
static ObjectIntersection ( ) #
The ObjectIntersection constructor.WorldIntersection.TYPE GetType ( ) #
Returns the object intersection type identifier.Return value
Object intersection type identifier.string GetTypeName ( ) #
Returns the object intersection type name.Return value
Object intersection type name.Last update:
2020-04-10
Help improve this article
Was this article helpful?
(or select a word/phrase and press Ctrl+Enter)