C# Class HitInfo, UnityUtils

Datei anzeigen Open project: mortennobel/UnityUtils Class Usage Examples

Public Properties

Property Type Description
intersectionPoint3D Vector3
polygonLine int
triangleLine int

Public Methods

Method Description
HitInfo ( int polygonLine, int triangleLine, Vector3 intersectionPoint3D ) : System.Collections

Method Details

HitInfo() public method

public HitInfo ( int polygonLine, int triangleLine, Vector3 intersectionPoint3D ) : System.Collections
polygonLine int
triangleLine int
intersectionPoint3D Vector3
return System.Collections

Property Details

intersectionPoint3D public_oe property

public Vector3 intersectionPoint3D
return Vector3

polygonLine public_oe property

public int polygonLine
return int

triangleLine public_oe property

public int triangleLine
return int