Skip to content

InfoPanelController

rech edited this page Jun 15, 2026 · 1 revision

Description

Controller for the info panel.

Remarks

Inherited from Controller

Properties


Name Type Description
active ValueChannel value 1 means object is enabled, 0 means object is disabled
translationX ValueChannel The info panel position
translationY ValueChannel The info panel position
translationZ ValueChannel The info panel position
rotationX ValueChannel The info panel rotation
rotationY ValueChannel The info panel rotation
rotationZ ValueChannel The info panel rotation
scaleX ValueChannel The info panel scaling
scaleY ValueChannel The info panel scaling
scaleZ ValueChannel The info panel scaling

Methods


getChildren()

Description

Return all controllers parented to this controller.

Parameters

_

Return types

Table of Controller

Remarks

_

Example

local children = Scene.infoPanel.getChildren()

setParent(controller)

Description

Set the parent to another controller.

Parameters

Name Type Description
controller Controller The controller to parent to

Return types

nil

Remarks

_

Example

Scene.infoPanel.setParent(Scene.worldCanvas)

Clone this wiki locally