Update Home authored by Marius Schmeling's avatar Marius Schmeling
...@@ -4,6 +4,10 @@ For Installation, please see the wiki page for [Installation](Installation). ...@@ -4,6 +4,10 @@ For Installation, please see the wiki page for [Installation](Installation).
For C++ / Blueprint usage and a Documentation of the Plugins public functions, please check out the matching wiki page for each public Class and Enum: For C++ / Blueprint usage and a Documentation of the Plugins public functions, please check out the matching wiki page for each public Class and Enum:
* [VAEnums](Documentation/VAEnmus) * [VAEnums](Documentation/VAEnmus)
* All Enums used within the Plugin
* [VAReceiverActor](Documentation/VAReceiverActor) * [VAReceiverActor](Documentation/VAReceiverActor)
* Actor i.a. handling the Connection and Scene Settings for the current world
* [VAReflectionWall](Documentation/VAReflectionWall) * [VAReflectionWall](Documentation/VAReflectionWall)
* Actor representing a wall on which the Sound Sources should reflect on
* [VASoundSourceComponent](Documentation/VASoundSourceComponent) * [VASoundSourceComponent](Documentation/VASoundSourceComponent)
* Actor Component representing a Sound Source.