RSX Code Reference
    Preparing search index...
    • rsx
    • graphPinVisibility

    Function graphPinVisibility

    • Provides a lambda that determines if the field should be displayed on UI inspectors.

      Parameters

      • fnOnIsVisible: (node: GraphNode) => boolean

        Determines if the pin for the node is visible.

      Returns AttributeDecorator<Attribute>

      For the attribute to become active. The node must have the GraphNodeFlags.ConditionalPinVisibility flag set.