Click or drag to resize

MeshHelperGetRaycastFromTriangleIndex Method

Get ray dir from indice

Namespace:  DigitalRuby.ThunderAndLightning
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public void GetRaycastFromTriangleIndex(
	int triangleIndex,
	ref RaycastHit hit
)

Parameters

triangleIndex
Type: SystemInt32
Indice
hit
Type: RaycastHit
Raycast result
See Also