PixelCrushers.DialogueSystem.TextMeshProSupport.TextMeshProBarkUIFader Class Reference

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

Inheritance diagram for PixelCrushers.DialogueSystem.TextMeshProSupport.TextMeshProBarkUIFader:
Collaboration diagram for PixelCrushers.DialogueSystem.TextMeshProSupport.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.
 
float fadeOutDuration = 0.5f
 The duration of the fade out.
 

Detailed Description

Adds a fade in/out effect to TextMeshProBarkUI.

Member Function Documentation

◆ OnHidBark()

void PixelCrushers.DialogueSystem.TextMeshProSupport.TextMeshProBarkUIFader.OnHidBark ( TextMeshProBarkUI  barkUI)
inline

◆ OnShowedBark()

void PixelCrushers.DialogueSystem.TextMeshProSupport.TextMeshProBarkUIFader.OnShowedBark ( TextMeshProBarkUI  barkUI)
inline

◆ Start()

void PixelCrushers.DialogueSystem.TextMeshProSupport.TextMeshProBarkUIFader.Start ( )
inline

Member Data Documentation

◆ fadeInDuration

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

The duration of the fade in.

◆ fadeOutDuration

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

The duration of the fade out.


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