ScaleY

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 Y-axis.

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

 

JavaScript

 

ScaleY

 

C#

 

double ScaleY { get; set; }

 

C++

 

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

HRESULT ScaleY([in] double pVal)