|
static |
Convenience function used to get, lerp, and set the transform's scale
transform | this is the calling transform, which will have it's scale adjusted. |
finalSclae | this is the final scale the transform will be lerped towards. |
fraction | fractional amount to lerp from this transform's current scale to the provided finalSclae. |