We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 594c2b5 commit abfb7b5Copy full SHA for abfb7b5
documentation/modifiers.md
@@ -22,6 +22,11 @@ public interface IMeshModifier {
22
}
23
```
24
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
30
**Applying Modifications**
31
32
You can apply modifications to a mesh in two primary ways:
0 commit comments