Layers, Nodes, and Variables

Layers

A Layer in LightAct is a very flexible concept. It can do many different things. Rendering video or playing sound is just one of them.

Each layer template does a different thing.

Nodes

The main building block in any layer layout is a node. With various nodes, you can build complex behavior and even conditional action flows.

Variables

A variable is a placeholder that represents some kind of value.

In LightAct there are a lot of different variable types that are capable of storing different kinds of information, such as integer, float, and boolean.

Last updated