Method GetScale
GetScale()
Returns the current state's scale. If there is no change in scale, then it returns zero.
Declaration
public Vector3 GetScale()
Returns
Type | Description |
---|---|
Vector3 |
Remarks
When there is no change in an updated state's scale then there are no values to return. Checking for HasScaleChange is one way to detect this.