mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
Added missing userData to BufferGeometry (#32533)
This commit is contained in:
committed by
Pranav Senthilnathan
parent
480b0531a3
commit
e76fa57bc0
Vendored
+1
@@ -867,6 +867,7 @@ export class BufferGeometry extends EventDispatcher {
|
||||
boundingBox: Box3;
|
||||
boundingSphere: Sphere;
|
||||
drawRange: { start: number, count: number };
|
||||
userData: {[key: string]: any};
|
||||
|
||||
getIndex(): BufferAttribute;
|
||||
setIndex( index: BufferAttribute|number[] ): void;
|
||||
|
||||
Reference in New Issue
Block a user