Populate animationClipName and animationAutoplay in createModelInstance
This commit is contained in:
@@ -88,7 +88,9 @@ export function createModelInstance(
|
||||
name: normalizeModelInstanceName(overrides.name),
|
||||
position,
|
||||
rotationDegrees,
|
||||
scale
|
||||
scale,
|
||||
animationClipName: overrides.animationClipName,
|
||||
animationAutoplay: overrides.animationAutoplay
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user