Skip to content

Latest commit

 

History

History
25 lines (12 loc) · 569 Bytes

yarn.unity.dialoguecharacternameview.onnamenotpresent.md

File metadata and controls

25 lines (12 loc) · 569 Bytes

DialogueCharacterNameView.onNameNotPresent

Field in DialogueCharacterNameView

Summary

Invoked when a line is received that doesn't contain a character name.

public UnityEvent onNameNotPresent;

Remarks

Games can use this event to hide the name UI.

See Also