Documentation

__ Annihilate Widgets - Really destroy widgets & more

Documentation

__ Annihilate Widgets - Really destroy widgets & more

True Destroy Widget

Annihilate Widget

Truely destroy any widget (destroy widget even if referenced in memory).
Can be called with "Destroy Widget" keywords.

Annihilate Widgets

Same as Annihilate Widget but does it on all targets in array.
Can be called with "Destroy Widget" keywords.

Widget Visibility

Show Widget

  • Set widget Visibility to Visible if "Not Hit Testable" is 🟦.
  • Set widget Visibility to Not Hit Testable (Self & All childs) if "Not Hit Testable" is ☑.

Hide Widget

Set widget Visibility to Hidden.

Collapse Widget

Set widget Visibility to Collapsed.

 

Toggle Widget Visibility

If widget is currently visible for user (Visible or Not Hit Testable) :

  • Set widget Visibility to Hidden if "Collapsed" is 🟦.
  • Set widget Visibility to Collapsed if "Collapsed" is ☑.

If widget is currently hidden for user (Hidden or Collapsed) :

  • Set widget Visibility to Visible if "Not Hit Testable" is 🟦.
  • Set widget Visibility to Not Hit Testable (Self & All childs) if "Not Hit Testable" is ☑.

 

 

Widget Hierarchy

Get Root Widget

Return the first element in Targeted User Widget's hierarchy.

Find Child Widget by Name

Return the widget with the same Selected Name in Targeted User Widget's hierarchy.

 

Canvas Panel Gestion

All these functions are compacted versions of the ones on the left, to speed up workflow by using fewer nodes.

Set Widget Position in Canvas

Set Widget position in Canvas Panel.

Set Widget Size in Canvas

Set Widget size in Canvas Panel.

Set Widget Anchors in Canvas

 

Set Widget anchors in Canvas Panel.

 

Get Widget Position in Canvas

Get Widget position in Canvas Panel.

 

Get Widget Size in Canvas

Get Widget size in Canvas Panel.

 

Get Widget Anchors in Canvas

Get Widget anchors in Canvas Panel.