Skip to content

Commit abfb7b5

Browse files
Update modifiers.md
1 parent 594c2b5 commit abfb7b5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

documentation/modifiers.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ public interface IMeshModifier {
2222
}
2323
```
2424

25+
**Key Point:** Returning a Modified Reference
26+
27+
An aspect of the IMeshModifier interface is that the modify method returns a reference to the modified mesh.
28+
This allows for chaining multiple modifiers in a single operation.
29+
2530
**Applying Modifications**
2631

2732
You can apply modifications to a mesh in two primary ways:

0 commit comments

Comments
 (0)