Add animationClipName and animationAutoplay to RuntimeModelInstance

This commit is contained in:
2026-04-01 00:01:26 +02:00
parent d432da70e9
commit ebf77db1ad

View File

@@ -107,6 +107,8 @@ export interface RuntimeModelInstance {
position: Vec3;
rotationDegrees: Vec3;
scale: Vec3;
animationClipName?: string;
animationAutoplay?: boolean;
}
export interface RuntimeEntityCollection {