吸附位置


描述

This action is used to "snap" an instance to a specific grid coordinate position. You supply the size of the grid "cell" and the instance will be snapped to that grid, for example, if you set the grid snap values for horizontal and vertical to 8, and the instance is at (4, 6), then it will be snapped to the position (0, 8) - essentially the current position is rounded to the nearest value divisible by the horizontal and vertical snap settings where the grid cells start at the top left corner of the room (0, 0). The default values are set to a snap of (32, 32) but you can change them to whatever positive integer value you require.


动作语法:

Snap Position Syntax


参数:

参数 描述
horizontal The horizontal cell value to snap to
vertical The vertical cell value to snap to


例如:

Snap Position Example
The above action block code checks for the mouse left button being helpd down on the instance, and if it is not then the instance is snapped to the nearest (8, 8) grid position, otherwise it follows the mouse.