Kanda Graphics 0.6.0
Loading...
Searching...
No Matches
IFadeController Interface Reference

Implementers of this interface can perform fading logic and apply it to a given visual. More...

+ Inheritance diagram for IFadeController:

Public Member Functions

void Initialize (FadeDirection initialDirection, bool startFading)
 Initializes the fade for a given direction.
 
void Update (float deltaTime)
 Call this every frame to update the fade.
 
void StartFade (FadeDirection direction)
 Starts a fade in a given direction.
 
bool IsFadeComplete ()
 True if the fade is complete.
 

Detailed Description

Implementers of this interface can perform fading logic and apply it to a given visual.

Member Function Documentation

◆ Initialize()

void Initialize ( FadeDirection initialDirection,
bool startFading )

Initializes the fade for a given direction.

Implemented in FadeController.

◆ IsFadeComplete()

bool IsFadeComplete ( )

True if the fade is complete.

Implemented in FadeController.

◆ StartFade()

void StartFade ( FadeDirection direction)

Starts a fade in a given direction.

Implemented in FadeController.

◆ Update()

void Update ( float deltaTime)

Call this every frame to update the fade.

Implemented in FadeController.


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