Ocavu Reference Guide

Scene Editor - Inputs

Inputs

There are many kinds of input fields used throughout the inspector. Most of them you will be familiar with; text inputs, sliders, select boxes, radio buttons, etc... Some of the inputs have added functionality that you should be aware of.

Click and drag number inputs

If you hover over an input and see this icon <-> it means you can click and drag left or right to decrement/increment the value in the input.

Mathematical expressions

Most of the number inputs support basic math expressions. For example if you type *2 and hit enter the value will be automatically doubled. You can do this with all the basic math operations. There is no limit to how many operations can be done at once. For example [input_value]*2/5+10 will double the input value, divide by 5, and add 10 to the result.

Operation table
Character Operation
+ Add
- Subtract
* Multiply
/ Divide
A note about sliders

Sliders are not continuous. As you drag left and right on a slider it will go up and down a discrete amount. This means that you may not be able to set the slider to the specific value you want. If there is a number input next to the slider you can type the exact amount there.