Scale | |
The ScaleTransform type exposes the following members.
| Name | Description | |
|---|---|---|
| GetAverageScale | Returns an average scale that is calculated by averaging the ScaleX, ScaleY and ScaleZ. | |
| SetScale(Single) | Sets scale factor for all x, y and z scale factors to the specified scale and updates the transformation matrix. | |
| SetScale(Vector3) | Sets all 3 scale factors in one call and updates the transformation matrix. | |
| SetScale(Single, Single, Single) | Sets all 3 scale factors in one call and updates the transformation matrix. | |
| ToString | (Overrides ObjectToString) | |
| UpdateMatrix | Updates the Matrix4x4 that defines this transformation and is set to Value property. |