C# Class HitInfo, UnityUtils

Show file 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 property

public Vector3 intersectionPoint3D
return Vector3

polygonLine public property

public int polygonLine
return int

triangleLine public property

public int triangleLine
return int