Skip to content

Commit 9693cc2

Browse files
committed
add summary to function
1 parent 40befda commit 9693cc2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Assets/FbxExporters/Editor/UnitTests/ModelExporterTest.cs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -822,6 +822,13 @@ public void LODExportTest(){
822822
CompareGameObjectChildren (fbxObj, expectedChildren);
823823
}
824824

825+
826+
/// <summary>
827+
/// Compares obj's children to the expected children in the hashset.
828+
/// Doesn't recurse through the children.
829+
/// </summary>
830+
/// <param name="obj">Object.</param>
831+
/// <param name="expectedChildren">Expected children.</param>
825832
private void CompareGameObjectChildren(GameObject obj, HashSet<string> expectedChildren){
826833
Assert.That (obj.transform.childCount, Is.EqualTo (expectedChildren.Count));
827834

0 commit comments

Comments
 (0)