Skip to content
Snippets Groups Projects
Commit 88f4d102 authored by Maurice Tayeb Andreas's avatar Maurice Tayeb Andreas
Browse files

auraEvent triggerable from outsinde VAUAuralizationMode

parent 9008aab1
Branches
Tags
No related merge requests found
......@@ -157,6 +157,10 @@ public class VAUAuralizationMode : MonoBehaviour {
}
}
public void TriggerAuraStringChanged(string externAuraString)
{
AuraStringChanged(externAuraString);
}
AuralizationMode UpdateAuraModeSettings()
{
AuralizationMode am = new AuralizationMode();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment