Skip to content

Commit

Permalink
Update Features.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MrWalkmanDev committed Jul 25, 2023
1 parent 7267f84 commit 2d93a87
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions Documentation/Features.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,36 @@ If the above properties are not defined, then the track will instantly switch to

- `track_name:` name of the track to be remove from the tree.

### `add_bus`

![Imgur](https://i.imgur.com/1itXEeC.png)

- `bus_name:` assigns the name of the audio bus.

### `get_track_bus_name`

![Imgur](https://i.imgur.com/YYdGpjh.png)

gets the bus name of the assigned track

### `get_track_bus_index`

![Imgur](https://i.imgur.com/6FGnVXF.png)

gets the bus index of the assigned track

### `get_track_bus_volume_db`

![Imgur](https://i.imgur.com/MLo4jiO.png)

gets the bus volume_db of the assigned track

### `set_bus_volume_db`

![Imgur](https://i.imgur.com/hTi8Xhp.png)

sets the volume of the bus. need bus index.

## Setters & Getters

### AudioManager
Expand Down

0 comments on commit 2d93a87

Please sign in to comment.