Candide.Dialogue.CandideDialoguePresenter
Type JSONpublic class in Candide.Dialogue
Type metadata
- Assembly
Romestead - Namespace
Candide.Dialogue - Base type
Candide.CandideUI.Components.CandideTextLabel - Hash
8EA79173EFA225BFADF272BA894DB76A54F77896DCF49E879148583AAFAF9DEC
Relationships
Fields
| Name | Visibility | Signature |
|---|---|---|
SoundEvent# | public | public System.String SoundEvent |
Speed# | public | public System.Int32 Speed |
_dialogue# | private | private Candide.Scripts.CandideDialogue _dialogue |
_line# | private | private Candide.Dialogue.LocalizedLine _line |
Methods
Empty
#
public System.Void Empty()
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualFalse
- Hash
BE0A93EE74047B59F8B7DFFB88C67281AD0BC13C239048FE4B15204EBE6A5D3A - Body hash
8816E90767F6BED8132BA421254C3E8C37A7CB7D5337B502FFC42F71CBF88751 - IL size26
Referenced calls
Candide.CandideUI.Components.CandideTextLabel::set_Text(System.String)
PresentLine
#
public System.Void PresentLine(Candide.Dialogue.LocalizedLine dialogueLine)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualFalse
- Hash
B0D727C23F1E2D2BEEA1134C63DD83AFC513032CB2AFD80CBE774E4184E2A59A - Body hash
ED3FF07DDDDEDCC826FB419FCEB84B3A014BFAB7247E918646085D52AFC34BE4 - IL size65
Referenced calls
Candide.Dialogue.LocalizedLine::get_TextWithoutCharacterName()Candide.Scripts.CandideDialogue::.ctor(System.Int32, System.String)Candide.Scripts.CandideDialogue::ConvertText()Candide.Scripts.CandideDialogue::get_TextWithoutCommands()Candide.CandideUI.Components.CandideTextLabel::set_Text(System.String)
Update
#
public System.Void Update(Microsoft.Xna.Framework.GameTime gameTime)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualTrue
- Hash
3F5E65AC424C1C9388B7F4FF2C20CD29632FB0E53010A01147CEDE1F93DFBDB7 - Body hash
E103C1F34B74467E96B264430ADC706EC4DDFAAC686E1183A495BEF26BEB595C - IL size61
Referenced calls
Microsoft.Xna.Framework.GameTime::get_ElapsedGameTime()System.TimeSpan::get_TotalSeconds()Candide.Scripts.CandideDialogue::Update(System.Double&)Candide.Scripts.CandideDialogue::GetVisibleCharacters()Candide.CandideUI.Components.CandideTextLabel::Update(Microsoft.Xna.Framework.GameTime)