Skip to content

TextSetter

Inherits: BehaviorNode

Set text on the target Label node in reaction to a parent signal

Description

This BehaviorNode can be added as a child to any node and configured to listen for a signal. When the parent signal fires, this behavior will set the text on the given target Label.

Properties

Type Name Default
Label target
String text ""

Property Descriptions

target

Label target

The target Label to update with the given text when a parent signal fires

text

String text = ""

The text to set on the target label