BomberUnits
...a Unity learning project
ShowDialogBehaviour Class Reference

Basic behaviour usable by any state machine to show a set UI dialog prefab. More...

+ Inheritance diagram for ShowDialogBehaviour:
+ Collaboration diagram for ShowDialogBehaviour:

Public Member Functions

override void OnStateMachineEnter (Animator animator, int stateMachinePathHash)
 
override void OnStateEnter (Animator animator, AnimatorStateInfo stateInfo, int layerIndex)
 
override void OnStateExit (Animator animator, AnimatorStateInfo stateInfo, int layerIndex)
 

Public Attributes

GameObject dialogPrefab
 

Private Attributes

GameObject dialogInstance = null
 

Detailed Description

Basic behaviour usable by any state machine to show a set UI dialog prefab.

Definition at line 6 of file ShowDialogBehaviour.cs.


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