ScaleX

Gets and sets the scaling for the texture. This property’s definition depends on the TilingMethod used for the texture:

§   TM_TILES_PER_SIDE = 0 – Determines the number of repeats, for each side, of the image file in the X-axis.

§   TM_METERS_PER_TILE = 1 – Determines the size of the side texture in the X-axis.

 

JavaScript

 

ScaleX

 

C#

 

double ScaleX { get; set; }

 

C++

 

HRESULT ScaleX([out, retval] double* pVal)

HRESULT ScaleX([in] double pVal)