PixelCrushers.DialogueSystem.TextMeshPro.TextMeshProBarkUIFader Class Reference

Adds a fade in/out effect to TextMeshProBarkUI. More...

Inheritance diagram for PixelCrushers.DialogueSystem.TextMeshPro.TextMeshProBarkUIFader:
Collaboration diagram for PixelCrushers.DialogueSystem.TextMeshPro.TextMeshProBarkUIFader:

Public Member Functions

void Start ()
 
void OnShowedBark (TextMeshProBarkUI barkUI)
 
void OnHidBark (TextMeshProBarkUI barkUI)
 

Public Attributes

float fadeInDuration = 0.5f
 The duration of the fade in. More...
 
float fadeOutDuration = 0.5f
 The duration of the fade out. More...
 

Detailed Description

Adds a fade in/out effect to TextMeshProBarkUI.

Member Function Documentation

◆ OnHidBark()

void PixelCrushers.DialogueSystem.TextMeshPro.TextMeshProBarkUIFader.OnHidBark ( TextMeshProBarkUI  barkUI)

◆ OnShowedBark()

void PixelCrushers.DialogueSystem.TextMeshPro.TextMeshProBarkUIFader.OnShowedBark ( TextMeshProBarkUI  barkUI)

◆ Start()

void PixelCrushers.DialogueSystem.TextMeshPro.TextMeshProBarkUIFader.Start ( )

Member Data Documentation

◆ fadeInDuration

float PixelCrushers.DialogueSystem.TextMeshPro.TextMeshProBarkUIFader.fadeInDuration = 0.5f

The duration of the fade in.

◆ fadeOutDuration

float PixelCrushers.DialogueSystem.TextMeshPro.TextMeshProBarkUIFader.fadeOutDuration = 0.5f

The duration of the fade out.


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