PixelCrushers.DialogueSystem.AbstractBarkUI Class Referenceabstract

This abstract class forms the base for many IBarkUI implementations. More...

Inheritance diagram for PixelCrushers.DialogueSystem.AbstractBarkUI:
Collaboration diagram for PixelCrushers.DialogueSystem.AbstractBarkUI:

Public Member Functions

void Bark (Subtitle subtitle)
 Barks the specified subtitle.
 
void Hide ()
 Hides the currently-playing bark.
 

Properties

bool isPlaying [get]
 Indicates or sets whether a bark is playing.
 
- Properties inherited from PixelCrushers.DialogueSystem.IBarkUI

Detailed Description

This abstract class forms the base for many IBarkUI implementations.

Member Function Documentation

◆ Bark()

void PixelCrushers.DialogueSystem.AbstractBarkUI.Bark ( Subtitle  subtitle)
abstract

Barks the specified subtitle.

Your implementation should do something with the text in the FormattedText field.

Parameters
subtitleThe subtitle to bark.

Implements PixelCrushers.DialogueSystem.IBarkUI.

◆ Hide()

void PixelCrushers.DialogueSystem.AbstractBarkUI.Hide ( )
abstract

Hides the currently-playing bark.

Implements PixelCrushers.DialogueSystem.IBarkUI.

Property Documentation

◆ isPlaying

bool PixelCrushers.DialogueSystem.AbstractBarkUI.isPlaying
getabstract

Indicates or sets whether a bark is playing.

Implements PixelCrushers.DialogueSystem.IBarkUI.


The documentation for this class was generated from the following file: