AvatarEventArgs class
Defines content for talking avatar events.
Constructors
Avatar |
Creates and initializes an instance of this class. |
Properties
description | The description of the event. |
offset | The time offset associated with this event. |
type | The type of the event. |
Constructor Details
AvatarEventArgs(number, string)
Creates and initializes an instance of this class.
new AvatarEventArgs(audioOffset: number, description: string)
Parameters
- audioOffset
-
number
The audio offset.
- description
-
string
The description of the event.
Property Details
description
The description of the event.
string description
Property Value
string
The description of the event.
offset
The time offset associated with this event.
number offset
Property Value
number
The time offset associated with this event.
type
The type of the event.
AvatarEventTypes type
Property Value
AvatarEventTypes
The type of the event.