SetUnitScale
- Parameters
-
whichUnit unit
scaleX real
This is actually the scale for all dimensions.
scaleY real
This parameter is not taken into account.
scaleZ real
This parameter is not taken into account.
- comment
- bug
Only takes scaleX into account and uses scaleX for all three dimensions.
- patch
1.00
- Source
- common.j
- return type
nothing
- Source code
native SetUnitScale takes unit whichUnit, real scaleX, real scaleY, real scaleZ returns nothing