Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SetLocalScale(AnimationStream, Vector3)

Sets the scale of the transform relative to the parent.
Read time 1 minuteLast updated 8 days ago

Definition

Warning
Removed. SceneHandle is now read-only; it was problematic with the engine multithreading and determinism
public void SetLocalScale(AnimationStream stream, Vector3 scale)

Parameters

The AnimationStream that manages this handle.

scale

The scale of the transform relative to the parent.