Scale |
The ScaleTransform type exposes the following members.
Name | Description | |
---|---|---|
PivotPoint | Gets or sets a nullable Vector3 that sets a custom scale origin. For example, this can set to the center of the object's mesh (get by GetCenterPosition(Boolean, Boolean) method). PivotPoint is null by default. In this case all scales are done from the coordinate origin (0, 0, 0). | |
ScaleX | Scale factor in the x direction. 1 by default. | |
ScaleY | Scale factor in the y direction. 1 by default. | |
ScaleZ | Scale factor in the z direction. 1 by default. |