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 a541921 commit cf7b705Copy full SHA for cf7b705
README.md
@@ -288,6 +288,24 @@ public float lengthInMeters;
288
public float freeTextUnit;
289
```
290
291
+#### Preview Mesh
292
+
293
+
294
295
+```csharp
296
+[LabelWidth(270f)]
297
+[PreviewMesh(100, 100)]
298
+public GameObject meshCustomLengthAndWidth;
299
300
+[LabelWidth(200f)]
301
+[PreviewMesh(200, 160, false)]
302
+public GameObject meshNoFoldoutNoMesh;
303
304
305
306
+public GameObject meshNoFoldoutWithMesh;
307
+```
308
309
### Styling
310
311
#### Title
0 commit comments