Skip to content

Commit f0df6ad

Browse files
authored
Adding missing documentation for MeshJobExecutor.cs
1 parent 5d939f4 commit f0df6ad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Samples/Mesh Generator/Runtime/Jobs/MeshJobExecutor.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ public MeshJobExecutor(SplineMesh splineMesh, SplinePath splinePath)
4242
Setup(splineMesh, splinePath);
4343
}
4444

45+
/// <summary>
46+
/// Setups source SplineMesh and destined SplinePath components for mesh generation.
47+
/// </summary>
4548
public void Setup(SplineMesh splineMesh, SplinePath splinePath)
4649
{
4750
this.splineMesh = splineMesh;

0 commit comments

Comments
 (0)