|
count?: number | undefined; |
I have subclasses of Object3d that use "count". I'm suddenly getting typing errors (after upgrading from 180 to 183) because of this behavior. Count as a field is used only on InstancedMeshes, it's not a general property of Object3d - I feel like this change is confusing
Apparently this type has been there for a while but only with 0.183.x did Backend.d.ts get slurped in in my project.
LightShadow.d.ts → nodes/core/Node.js → ... → ContextNode → NodeBuilder → common/Renderer →
Backend.d.ts (with declare module augmentation for count)