We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
class MyTextRenderActor extends TextRenderActor { ctor() { let comp = ApplicationLifecycleComponent.CreateDefaultSubobject("Lifecycle") comp.ApplicationHasEnteredForegroundDelegate.Add(() => { this.TextRender.SetText("App foreground") }) } }