Speaker.cs File Reference

Classes

class  PowerSlide.Speaker
 A speaker. Either an item (which includes NPCs), an item instance or a user. Note that if there are multiple instances of an item in the scene, all of them are selected. More...
 

Namespaces

 PowerSlide
 PowerSlide is an animation system in PowerUI 2 - it's mainly used for animation sequences and dialogue, but can be broadly extended into cutscene management too.
 

Constant Groups

 PowerSlide
 PowerSlide is an animation system in PowerUI 2 - it's mainly used for animation sequences and dialogue, but can be broadly extended into cutscene management too.
 

Enumerations

enum  PowerSlide.SpeakerType { PowerSlide.SpeakerType.Player, PowerSlide.SpeakerType.System, PowerSlide.SpeakerType.Other }
 The type of a speaker. More...
 

Functions

delegate Speaker PowerSlide.OnSpeakerDelegate (DialogueSlide slide, SpeakerType type, string id)
 Resolves the given type/id into a speaker. More...