이제 Meta 계정이 제공됩니다. VR 기기에 로그인할 때 사용할 Meta 계정을 지금 만들어보세요. 더 알아보기

ELSE

Will run codeblocks when the first if is false.

Appearance in Composition Pane
Description

Placed directly below an if, will run indented codeblocks if the first if is false. Can also be placed under an else if.

PREREQUISITE READING

ELSE IF precedes this tutorial


Example 1: Turn on and off a lightbulb

When a player enters a trigger, a light bulb is switched off and on.

Next Up