Properties
Last updated
Last updated
Each property has a frame with its sub properties displayed below it. The property frame can be moved, deleted, or copied as needed.
Click on the three dots on the left side of property frame, then drag it to move property.
The “Curvature” property accepts a list of data points, each containing six float values. To add a data point, click the “Add data point” button. To remove a data point, click the bin icon in the “Actions” column.
For the sliders, drag them left or right using the left or middle mouse button to change the value in fixed increments (these increments are preset and cannot be modified). Double-click a slider to switch to manual entry mode.
Lastly, you can duplicate an existing data point by clicking the duplicate icon in the “Actions” column, which creates a copy and places it immediately below the original.
The List property contains paths and names (strings). Use the Search button to find items based on the property type. For example:
For SoundEvent, the popup menu will display all sound events in the file.
For Vsnd Files Track, it will list all audio files in the addon/sounds
folder.
The property supports drag-and-drop actions, even for multiple items at once. To add items:
Select them in the Explorer.
Drag and drop them into the property field.
Each dropped item will be added as a new entry in the list. Be cautious with the drop area:
Dropping into empty space creates new items.
Dropping into an existing item's text field appends the data instead of creating new entries.
Overwriting is not supported, so ensure accurate placement.
The Float property supports both negative and positive values in most cases. However, for specific properties like Volume and Pitch only positive numbers are allowed. The slider range adjusts based on input. If you reached the slider's limit, you can manually adjust the value in the input box to update the slider's range limit.
The ComboBox property features a dropdown list widget and a search button . When clicked the search button displays a popup menu with a list .of prepared items Clicking on any item in the menu will set it in the dropdown list widget.
The Line property is unique and is used only for base properties. It consists of a text field and a search button that, when clicked, displays all sound events in the file.
The Bool property accepts input as either the string True or False.