C# Class UIConversationHandler, MagesOfBlight

Inheritance: MonoBehaviour
Afficher le fichier Open project: DomCristaldi/MagesOfBlight Class Usage Examples

Méthodes publiques

Свойство Type Description
audio UnityEngine.AudioSource
characterImage Image
conversationActive bool
convo List
dialogueCanvas Canvas
isMapScene bool
textDialogue Text

Méthodes publiques

Méthode Description
ActivateDialogue ( ) : void
Awake ( ) : void
RunConversation ( ) : void
Start ( ) : void
Update ( ) : void
showConversation ( int indexInList ) : void

Private Methods

Méthode Description
CheckSceneTransition ( ) : void
SetCanvasState ( bool setting ) : void

Method Details

ActivateDialogue() public méthode

public ActivateDialogue ( ) : void
Résultat void

Awake() public méthode

public Awake ( ) : void
Résultat void

RunConversation() public méthode

public RunConversation ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

showConversation() public méthode

public showConversation ( int indexInList ) : void
indexInList int
Résultat void

Property Details

audio public_oe property

public AudioSource,UnityEngine audio
Résultat UnityEngine.AudioSource

characterImage public_oe property

public Image characterImage
Résultat Image

conversationActive public_oe property

public bool conversationActive
Résultat bool

convo public_oe property

public List convo
Résultat List

dialogueCanvas public_oe property

public Canvas dialogueCanvas
Résultat Canvas

isMapScene public_oe property

public bool isMapScene
Résultat bool

textDialogue public_oe property

public Text textDialogue
Résultat Text