Class DialogueUI
Entity that shows dialogue content. Driven by the DialogueTask.
Properties
BackgroundRect
Rect position for the background
Declaration
public IRect BackgroundRect { get; }
ContentRect
Rect position for the text content
Declaration
protected abstract IRect ContentRect { get; }
IconRect
Rect position for the character avatar icon
Declaration
protected abstract IRect IconRect { get; }
NameRect
Rect position for the character name
Declaration
protected abstract IRect NameRect { get; }
PanelRect
Rect position for the total boundary
Declaration
protected abstract IRect PanelRect { get; }
RollingSpeed
How many characters does it add per frame during the rolling animation
Declaration
protected virtual int RollingSpeed { get; }
Methods
OnActivated()
This function is called when entity enter the stage
Declaration
public override void OnActivated()
Overrides
UpdateUI()
Declaration
public override void UpdateUI()