C# Class HitInfo, UnityUtils

Afficher le fichier Open project: mortennobel/UnityUtils Class Usage Examples

Méthodes publiques

Свойство Type Description
intersectionPoint3D Vector3
polygonLine int
triangleLine int

Méthodes publiques

Méthode Description
HitInfo ( int polygonLine, int triangleLine, Vector3 intersectionPoint3D ) : System.Collections

Method Details

HitInfo() public méthode

public HitInfo ( int polygonLine, int triangleLine, Vector3 intersectionPoint3D ) : System.Collections
polygonLine int
triangleLine int
intersectionPoint3D Vector3
Résultat System.Collections

Property Details

intersectionPoint3D public_oe property

public Vector3 intersectionPoint3D
Résultat Vector3

polygonLine public_oe property

public int polygonLine
Résultat int

triangleLine public_oe property

public int triangleLine
Résultat int