Click or drag to resize
Ab4d.SharpEngine logo

ScaleTransform Properties

The ScaleTransform type exposes the following members.

Properties
 NameDescription
Public propertyPivotPoint 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).
Public propertyScaleX Scale factor in the x direction. 1 by default.
Public propertyScaleY Scale factor in the y direction. 1 by default.
Public propertyScaleZ Scale factor in the z direction. 1 by default.
Top
See Also