mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-12 12:10:44 +08:00
Removed unnecessary description of the test code. And, correct errors detected in WebStorm.
This commit is contained in:
Vendored
+2
-1
@@ -3860,7 +3860,8 @@ declare module THREE {
|
||||
export class Sprite extends Object3D {
|
||||
constructor(material?: Material);
|
||||
|
||||
material: Material;
|
||||
geometry: BufferGeometry;
|
||||
material: SpriteMaterial;
|
||||
|
||||
updateMatrix(): void;
|
||||
clone(object?: Sprite): Sprite;
|
||||
|
||||
Reference in New Issue
Block a user