Jump to content

Translations:Automapper/9/zh: Difference between revisions

From DDraceNetwork
Created page with "自动贴图会读取规则文件并扫描图层的每个'''位置'''。如果所选方块的所有规则都适用,则该方块将被放置在自动贴图扫描的位置。如果多个方块及其规则匹配,则只有最新的规则会生效(因为之前的规则会被覆盖)。除非被禁用,否则自动贴图会将其更改先放入缓冲区,然后再应用。"
 
Darkh (talk | contribs)
No edit summary
Line 1: Line 1:
自动贴图会读取规则文件并扫描图层的每个'''位置'''。如果所选方块的所有规则都适用,则该方块将被放置在自动贴图扫描位置。如果多个方块及其规则匹配新的规则会生效(因为之前的规则会被覆盖)。[[#Syntax|除非禁用]],否则自动贴图会将更改放入缓冲区,然后应用
贴图按照如下方式自动进行:在规则组中从上往下读取规则,按照规则所述的坐标或者位置分布关系,在图层已有贴图中查找符合描述的图块,然后将该图替换为规则指定贴图;注意贴图过程中先前规则贴好的贴图可能会被后来规则替换,当多个规则查找的图块相同时最终表现为执行了后一个规则。[[Special:MyLanguage#Syntax|除非禁用]],否则自动贴图会将更改放入缓替换贴图层

Revision as of 14:08, 8 February 2025

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Automapper)
The automapper will read the rules file and scan each '''position''' of the layer. If every rule of a selected tile applies, the tile will be placed at the scanned position of the automapper. If multiple tiles and their rules match, only the latest rule will apply (because it will be overwritten). [[#Syntax|Unless deactivated]], the automapper will put it's changes into a buffer first and apply them afterwards.

贴图按照如下方式自动进行:在规则组中从上往下读取规则,按照规则所描述的坐标或者位置分布关系,在图层已有的贴图中查找符合描述的图块,然后将该图块替换为规则指定的贴图;注意贴图过程中先前规则贴好的贴图可能会被后来的规则替换,当多个规则查找的图块相同时,最终表现为只执行了最后一个规则。除非禁用,否则自动贴图会先将更改放入缓存再替换贴图层。