Kanda Graphics 0.6.0
Loading...
Searching...
No Matches
Kanda.Graphics.Fade Namespace Reference

Classes

class  BaseFadeVisual
 Base class for fade controllers. We use this to allow assignment in the editor. More...
 
class  FadeController
 
class  FadeManager
 Handles fading using WorldSpaceFadeVisual for XR and ScreenSpaceFadeVisual for PC. More...
 
class  FadeService
 
interface  IFadeController
 Implementers of this interface can perform fading logic and apply it to a given visual. More...
 
interface  IFadeManager
 
interface  IFadeService
 A global service to request camera fades. More...
 
interface  IFadeVisual
 Interface for fade visualisation where the opacity can be set. More...
 
class  ScreenSpaceFadeVisual
 Visualizes camera fades in screen space by animating a UI canvas. More...
 
class  WorldSpaceFadeVisual
 Visualizes fades in world space by setting the alpha property of a fade material. More...
 

Enumerations

enum  FadeDirection { In , Out }
 The direction to fade in. More...
 

Enumeration Type Documentation

◆ FadeDirection

The direction to fade in.

Enumerator
In 

Vision of the world fades in.

Out 

Vision of the world fades out.