File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments