SetScale - ObjectReference
Member of: ObjectReference Script
Sets the object's current scale.
SyntaxEdit
Function SetScale(float afScale) native
ParametersEdit
- afScale: The overall scale of the object
Return ValueEdit
None.
ExamplesEdit
; Set the statue to be twice as big as the original art size
StatueProperty.SetScale(2.0)