Click or drag to resize

MeshHelperGenerateRandomPoint Method

Get random point on mesh

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

Parameters

hit
Type: RaycastHit
Raycast
triangleIndex
Type: SystemInt32
Received indice
See Also