Set Locked: Difference between revisions
link to Object
(Added an example image) |
(link to Object) Tags: Mobile edit Mobile web edit Advanced mobile edit |
||
Line 10: | Line 10: | ||
}} | }} | ||
Restricts a physical object's movement. | Restricts a physical [[object]]'s movement. | ||
0 means completely locked and 1 means free-to-move. | 0 means completely locked and 1 means free-to-move. | ||
E.g. passing <code>1, 0, 1</code> to the Position input will lock an object in the X/Z plane, and passing <code>0, 1, 0</code> to the Rotation input will only allow it to rotate around the Y axis. | E.g. passing <code>1, 0, 1</code> to the Position input will lock an object in the X/Z plane, and passing <code>0, 1, 0</code> to the Rotation input will only allow it to rotate around the Y axis. |