ButtonBackgroundSizeOffset.SetScale(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.
Set the objects scale relative to the Anchor
public:
void SetScale(UnityEngine::Vector3 scale);
public void SetScale (UnityEngine.Vector3 scale);
member this.SetScale : UnityEngine.Vector3 -> unit
Public Sub SetScale (scale As Vector3)
Parameters
- scale
- UnityEngine.Vector3