API Component.SetSolid
From Flowcode Help
Jump to navigationJump to search| SetSolid | |
| Sets whether a component is checked in collision detections | |
| Target | |
| The component to set the state for | |
| Enabled | |
| True to enable, false to disable | |
| Return | |
Detailed description
A solid component can collide with other solid objects on the panel. If an object is not solid, it will be ignored in collision tests.
Examples
Calling in a calculation
- Add to a calculation icon:
::Component.SetSolid(target, true)