Gets and sets an enum determining the tiling method used for the texture. This value applies only when a texture file is set. The TilingMethod enum can use any of the following values:
§ TM_UNDEFINED = -1
§ TM_TILES_PER_SIDE = 0
§ TM_TILES_PER_AXIS = 0
§ TM_METERS_PER_TILE = 1
JavaScript |
|
TilingMethod |
C# |
|
TilingMethodCode TilingMethod { get; set; } |
C++ |
|
HRESULT TilingMethod([out, retval] TilingMethodCode* pVal) HRESULT TilingMethod([in] TilingMethodCode pVal) |