Tanoda
GILES.pb_RaycastHit Class Reference

Public Attributes

Vector3 point
 
float distance
 
Vector3 normal
 
int[] triangle
 

Detailed Description

Describes the intersection point of a ray and mesh.

Definition at line 8 of file pb_RaycastHit.cs.

Member Data Documentation

◆ distance

float GILES.pb_RaycastHit.distance

Definition at line 11 of file pb_RaycastHit.cs.

◆ normal

Vector3 GILES.pb_RaycastHit.normal

Definition at line 12 of file pb_RaycastHit.cs.

◆ point

Vector3 GILES.pb_RaycastHit.point

Definition at line 10 of file pb_RaycastHit.cs.

◆ triangle

int [] GILES.pb_RaycastHit.triangle

Definition at line 13 of file pb_RaycastHit.cs.


The documentation for this class was generated from the following file: