mapTextures
Maps two textures together. The top texture is mapped on top of the base texture, with the specified options.
Parameters
Description
Type
baseTextureId
string
topTextureId
Id of the top texture that will be applied on top of the base.
string
options
All are optional.
width
has preference over height
in case they are both specified.
top
and left
default to 0.
width, height, top, left
Usage:
Last updated