Last updated 2 years ago
Was this helpful?
Field in
Invoked when a line is received that doesn't contain a character name.
Games can use this event to hide the name UI.
: Invoked when a line is received that contains a character name. The name is given as the parameter.
public UnityEvent onNameNotPresent;