Overview
An overview of Layers, Layer Layouts and Variables
Last updated
An overview of Layers, Layer Layouts and Variables
Last updated
A Layer in LightAct is a very flexible concept. It can do many different things so playing video or audio is just one of them.
Good to know: Layer Layouts is LightAct's node-based visual scripting system.
Good to know: we've created dozens of Stock Layer Templates for you that fulfill all the most common functionalities you'll need in a typical project. In most cases, you won't have to modify any of the 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.
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.
You can read more about the variables here:
Variables