Interpolator.SetTargetLocalScale(Vector3) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the target local scale for the transform and if scale wasn't already animating, fires the InterpolationStarted event.
public:
void SetTargetLocalScale(UnityEngine::Vector3 target);
public void SetTargetLocalScale (UnityEngine.Vector3 target);
member this.SetTargetLocalScale : UnityEngine.Vector3 -> unit
Public Sub SetTargetLocalScale (target As Vector3)
Parameters
- target
- UnityEngine.Vector3
The new target local rotation for the transform.