fixPlacementStatusOnMove
layoutDP fixPlacementStatusOnMove boolean { t | nil }
Description
Sets the Placement Status of the virtual hierarchy to Fixed when an instance is moved, stretched, rotated, or flipped inside the virtual hierarchy.
When set to nil, unfixes the Placement Status of the virtual hierarchy, setting it to None.
GUI Equivalent
Examples
envGetVal("layoutDP" "fixPlacementStatusOnMove")
envSetVal("layoutDP" "fixPlacementStatusOnMove" 'boolean nil)
Related Topics
Return to top