Platformer Pro  2.3.2
A platform game kit for Unity.
PlatformerPro.Dialog Namespace Reference

Classes

class  ActionNode
 A node which does something. More...
 
class  DialogEntryNode
 
class  DialogEventNode
 
class  DialogGraph
 
class  DialogNode
 
class  DialogOptionNode
 A Dialog node which lets the player choose between optioons More...
 
class  OptionWithCondition
 
class  DialogStepNode
 A Dialog node which connects directly to the next step. More...
 
class  DialogNodeEditor
 
class  EventResponseNodeEditor
 
class  EventResponseNode
 
class  DialogResponder
 
class  UpdatePortraitNode
 A node which updates either character portrait or other portrait. More...
 

Enumerations

enum class  DialogCondition { NONE , MUST_HAVE_ITEM , MUST_NOT_HAVE_ITEM }
 

Enumeration Type Documentation

◆ DialogCondition

Enumerator
NONE 
MUST_HAVE_ITEM 
MUST_NOT_HAVE_ITEM