We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43f4d4e commit a5e4120Copy full SHA for a5e4120
Scripts/Utilities/Constants.cs
@@ -149,6 +149,10 @@ public enum Event
149
/// Event fired after avatar close caption
150
/// </summary>
151
CLOSECAPTION_AVATAR_MESSAGE,
152
+ /// <summary>
153
+ /// Event fired to change interacitity of avatar
154
+ /// </summary>
155
+ ON_AVATAR_SET_INTERACTIVITY,
156
#endregion
157
158
#region Question
0 commit comments