Add animationClipName and animationAutoplay to RuntimeModelInstance
This commit is contained in:
@@ -107,6 +107,8 @@ export interface RuntimeModelInstance {
|
||||
position: Vec3;
|
||||
rotationDegrees: Vec3;
|
||||
scale: Vec3;
|
||||
animationClipName?: string;
|
||||
animationAutoplay?: boolean;
|
||||
}
|
||||
|
||||
export interface RuntimeEntityCollection {
|
||||
|
||||
Reference in New Issue
Block a user