Skip to content

Commit 2730e41

Browse files
committed
Update Geometry and BufferGeomery docs for .userData
1 parent 27dabc2 commit 2730e41

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

docs/api/core/BufferGeometry.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,12 @@ <h3>[property:String name]</h3>
185185
Optional name for this bufferGeometry instance. Default is an empty string.
186186
</p>
187187

188+
<h3>[property:Object userData]</h3>
189+
<p>
190+
An object that can be used to store custom data about the BufferGeometry. It should not hold
191+
references to functions as these will not be cloned.
192+
</p>
193+
188194
<h3>[property:String uuid]</h3>
189195
<p>
190196
[link:http://en.wikipedia.org/wiki/Universally_unique_identifier UUID] of this object instance.

docs/api/core/Geometry.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,12 @@ <h3>[property:Array skinIndices]</h3>
174174
</code>
175175
</p>
176176

177+
<h3>[property:Object userData]</h3>
178+
<p>
179+
An object that can be used to store custom data about the Geometry. It should not hold
180+
references to functions as these will not be cloned.
181+
</p>
182+
177183
<h3>[property:String uuid]</h3>
178184
<p>
179185
[link:http://en.wikipedia.org/wiki/Universally_unique_identifier UUID] of this object instance.

0 commit comments

Comments
 (0)