Skip to main content

SpaceBox (스페이스박스) Widget Control

This page lists the Widget Control (Property · Method · Event) you use to control the SpaceBox widget from a script. For an introduction to the widget and how to use it, visit SpaceBox.

info

In the examples below, spaceboxID is the name (ID) you assigned to the SpaceBox widget on the canvas. In a script, access members as widgetID.member.

Property

info

Not applicable — the SpaceBox widget has no script-only Property. In a script, read and write its values with the common Widget Control below (getProperty / setProperty).

Method

info

Not applicable — the SpaceBox widget has no dedicated Method. Use the common Widget Control below.

Event

info

Not applicable — the SpaceBox widget has no dedicated Event.

Common Widget Control (all widgets)

note

Every widget supports name-based common Widget Control (Method) such as setProperty, getProperty, and setStyleProperty. See the common reference doc (to be written).