Skip to content

Inverter

Yannic Hock edited this page Oct 11, 2021 · 5 revisions

General

Inverts the result of wrapped Task

Further explanation on this Decorator can be found in the Ajan-Service Documentation and in the GDXAI Documentation

UI

Contains Composite Base UI

Node Definition

:Inverter nd:class nd:Decorator;
    nd:name "Inverter";
    nd:labelType nd:Fixed;
    rdfs:label "\u2755";
    nd:type bt:Invert;
    nd:style [
        a nd:styleDef;
        nd:color "#ede8ff";
        nd:shape nd:Diamond;
        nd:padding "600%";
        nd:paddingTo "width";
    ] .
Clone this wiki locally