setScale
setScale(
objectName: string,
scale: Vector3,
): Promise<void>Parameters
Description
Type
await modelApi.setScale('Box', {
x: 1.5,
y: 2,
z: 1
});Last updated
setScale(
objectName: string,
scale: Vector3,
): Promise<void>await modelApi.setScale('Box', {
x: 1.5,
y: 2,
z: 1
});Last updated