Click or drag to resize
Ab4d.SharpEngine logo

ScaleTransform Methods

The ScaleTransform type exposes the following members.

Methods
 NameDescription
Public methodGetAverageScale Returns an average scale that is calculated by averaging the ScaleX, ScaleY and ScaleZ.
Public methodSetScale(Single) Sets scale factor for all x, y and z scale factors to the specified scale and updates the transformation matrix.
Public methodSetScale(Vector3) Sets all 3 scale factors in one call and updates the transformation matrix.
Public methodSetScale(Single, Single, Single) Sets all 3 scale factors in one call and updates the transformation matrix.
Public methodToString
(Overrides ObjectToString)
Protected methodUpdateMatrix Updates the Matrix4x4 that defines this transformation and is set to Value property.
Top
See Also