Classes | |
class | PixelCrushers.DialogueSystem.BarkHistory |
Keeps track of a character's current bark. More... | |
class | PixelCrushers.DialogueSystem.BarkController |
BarkController is a static utility class provides a method to make characters bark. More... | |
Namespaces | |
namespace | PixelCrushers |
namespace | PixelCrushers.DialogueSystem |
Enumerations | |
enum | PixelCrushers.DialogueSystem.BarkOrder { PixelCrushers.DialogueSystem.BarkOrder.Random, PixelCrushers.DialogueSystem.BarkOrder.Sequential, PixelCrushers.DialogueSystem.BarkOrder.FirstValid } |
Specifies the orderings that can be used for a list of barks. More... | |
enum | PixelCrushers.DialogueSystem.BarkSubtitleSetting { PixelCrushers.DialogueSystem.BarkSubtitleSetting.SameAsDialogueManager, PixelCrushers.DialogueSystem.BarkSubtitleSetting.Show, PixelCrushers.DialogueSystem.BarkSubtitleSetting.Hide } |
Specifies how to handle bark subtitles: More... | |