Table of Contents

TTMSFNCBloxTextureStyle Enumeration

Specifies how a texture image is positioned and scaled within the area it fills.

API unit family: TMSFNCBloxCoreTypes

Members

Name Description
tmOriginal The texture is drawn at its original size without scaling.
tmFit The texture is scaled proportionally to fit within the area.
tmStretch The texture is stretched to completely cover the area, ignoring aspect ratio.
tmCenter The texture is drawn centered at its original size.
tmTile The texture is repeated to tile the entire area.