@hatiolab/things-scene 3.3.24 → 3.3.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/things-scene.d.ts +2 -1
- package/things-scene.mjs +1 -1
package/package.json
CHANGED
package/things-scene.d.ts
CHANGED
|
@@ -119,7 +119,7 @@ declare module '@hatiolab/things-scene' {
|
|
|
119
119
|
delay?: number
|
|
120
120
|
step: Function
|
|
121
121
|
delta: 'linear' | 'quad' | 'circ' | 'back' | 'bounce' | 'elastic' | Function
|
|
122
|
-
ease: 'out' | 'inout'
|
|
122
|
+
ease: 'in' | 'out' | 'inout'
|
|
123
123
|
options?: object
|
|
124
124
|
repeat?: boolean
|
|
125
125
|
}
|
|
@@ -338,6 +338,7 @@ declare module '@hatiolab/things-scene' {
|
|
|
338
338
|
get model(): Model
|
|
339
339
|
get hierarchy(): Model
|
|
340
340
|
|
|
341
|
+
get disposed(): boolean
|
|
341
342
|
get font(): string
|
|
342
343
|
|
|
343
344
|
get data(): any
|