EventReceiver
ZEPETO.Character.Controller.EventReceiver
Class responsible for handling character-related or general events within the ZEPETO World.
Hierarchy
↳
EventReceiver
Constructors
constructor
• new EventReceiver()
Overrides
System.Object.constructor
Properties
OnCharacterClick
▪ Static
OnCharacterClick: UnityEvent$2
<string
, ZepetoContext
>
Event triggered when the character is clicked.
OnCharacterProfileClick
▪ Static
OnCharacterProfileClick: UnityEvent$2
<string
, ZepetoContext
>
Event triggered when the character's profile is clicked.
OnClick
▪ Static
OnClick: UnityEvent$1
<number
>
General-purpose click event that can be used for various interactive elements.