hayao 0.4.0 → 0.4.1

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/dist/index.d.ts CHANGED
@@ -16,7 +16,16 @@ export * from './scene/tween';
16
16
  export * from './scene/particles';
17
17
  export * from './scene/floatingText';
18
18
  export * from './scene/verletChain';
19
+ export * from './scene/clipPlayer';
20
+ export * from './scene/ikTarget';
21
+ export * from './scene/skeletonDebug';
22
+ export * from './scene/light';
23
+ export * from './scene/shadow2d';
19
24
  export * from './scene/registry';
25
+ export * from './anim/clip';
26
+ export * from './anim/blend';
27
+ export * from './anim/ik';
28
+ export * from './anim/skeleton';
20
29
  export * from './input/actions';
21
30
  export * from './input/source';
22
31
  export * from './input/gamepad';
@@ -32,6 +41,7 @@ export * from './physics/rigidStep';
32
41
  export * from './physics/rigidQueries';
33
42
  export * from './render/commands';
34
43
  export * from './render/paint';
44
+ export * from './render/lightRun';
35
45
  export * from './render/renderer';
36
46
  export * from './render/svgString';
37
47
  export * from './render/svg';
@@ -114,4 +124,4 @@ export * from './studio/record';
114
124
  export * from './studio/timeline';
115
125
  export * from './studio/run';
116
126
  /** Engine version. */
117
- export declare const VERSION = "0.4.0";
127
+ export declare const VERSION = "0.4.1";