コード例 #1
0
ファイル: UIManager.cs プロジェクト: Zilby/Companion
 /// <summary>
 /// Fades the dialogue.
 /// </summary>
 public void FadeDialogue()
 {
     dialogueTextFadeable.SelfFadeOut(dur: 0.2f);
 }
コード例 #2
0
ファイル: UIManager.cs プロジェクト: Zilby/Companion
 /// <summary>
 /// Fades the text.
 /// </summary>
 public void FadeText()
 {
     instructionTextFadeable.SelfFadeOut();
 }