Skip to content

Commit a5e4120

Browse files
author
Dogukan Erenel
committed
* Added one more event for avatar interactivity
1 parent 43f4d4e commit a5e4120

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Scripts/Utilities/Constants.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,10 @@ public enum Event
149149
/// Event fired after avatar close caption
150150
/// </summary>
151151
CLOSECAPTION_AVATAR_MESSAGE,
152+
/// <summary>
153+
/// Event fired to change interacitity of avatar
154+
/// </summary>
155+
ON_AVATAR_SET_INTERACTIVITY,
152156
#endregion
153157

154158
#region Question

0 commit comments

Comments
 (0)