@xmov/avatar 2.0.0-beta.12 → 2.0.0-beta.13

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.
@@ -136,7 +136,7 @@ export default class RenderScheduler {
136
136
  setAvatarCanvasVisible(visible: boolean): void;
137
137
  setCharacterCanvasLayout(layout?: Layout): void;
138
138
  setWalkConfig(walkConfig: WalkConfig): void;
139
- interrupt(type?: string): number;
139
+ interrupt(type?: string, targetSpeechId?: number): number;
140
140
  seekToFrame(frame: number): void;
141
141
  getCurrentFrameIndex(): number;
142
142
  getSpeechId(): number;