auto-git:

[change] src/interactions/interaction-links.ts
This commit is contained in:
2026-04-01 04:04:29 +02:00
parent 2adca807e1
commit a0d07bcee0

View File

@@ -129,6 +129,7 @@ export interface CreatePlayAnimationInteractionLinkOptions {
trigger?: InteractionTriggerKind;
targetModelInstanceId: string;
clipName: string;
loop?: boolean;
}
export interface CreateStopAnimationInteractionLinkOptions {