Skip to content

Commit

Permalink
Object3D: Add childadded and childremoved events. (#833)
Browse files Browse the repository at this point in the history
  • Loading branch information
Methuselah96 authored Feb 22, 2024
1 parent 9a449de commit 20580bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions types/three/src/core/Object3D.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ import { Intersection, Raycaster } from "./Raycaster.js";
export interface Object3DEventMap {
added: {};
removed: {};
childadded: { child: Object3D };
childremoved: { child: Object3D };
}

/**
Expand Down

0 comments on commit 20580bd

Please sign in to comment.