Last updated 2 months ago
Returns a with the scale of an .
getScale( objectName: string ): Promise<Vector3>
objectName
Specifies what object do we want to retrieve the information from.
string
Usage:
await modelApi.init();
Return value:
{ x: 1, y: 1, z: 1, }