Difference between revisions of "Drag"
From Castle Wiki
m (Reverted edits by 172.31.8.91 (talk) to last revision by Labyt7) Tags: Blanking Rollback |
(Fill out drag article) |
||
Line 1: | Line 1: | ||
'''Drag''' is an interactive [[behavior]] which causes the blueprint's actors to be draggable when touched. | |||
You can add Drag by opening the [[Inspector]] for a blueprint, navigating to the '''Movement''' tab, and pressing '''Add physics or controls'''. Make sure the blueprint already has [[Motion|Dynamic motion]]. | |||
== Using Drag with [[Rule|Rules]] == | |||
* Drag adds [[Trigger|Triggers]] for '''When a drag starts on this''' and '''When a drag stops on this'''. | |||
* Drag can be enabled or disabled during play time using the '''Enable/Disable behavior''' [[Response|Responses]]. |
Latest revision as of 22:24, 16 May 2022
Drag is an interactive behavior which causes the blueprint's actors to be draggable when touched.
You can add Drag by opening the Inspector for a blueprint, navigating to the Movement tab, and pressing Add physics or controls. Make sure the blueprint already has Dynamic motion.