Skip to content

BeatlinesController

rech edited this page Jun 15, 2026 · 1 revision

Description

Controller for the beatlines display.

Remarks

Inherited from Controller

Controls the visual beatlines that appear on the track during gameplay.

Properties


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

Methods


getChildren()

Description

Return all controllers parented to this controller.

Parameters

_

Return types

Table of Controller

Remarks

_

Example

local children = Scene.beatlines.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.beatlines.setParent(Scene.worldCanvas)

Clone this wiki locally