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 abfb7b5 commit 1b689d1Copy full SHA for 1b689d1
documentation/modifiers.md
@@ -24,7 +24,7 @@ public interface IMeshModifier {
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.
+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**
0 commit comments