Show / Hide Table of Contents

Interface IScreenFader

Namespace: Liminal.Core.Fader
Assembly: Liminal.SDK.dll
Syntax
public interface IScreenFader

Properties

| Improve this Doc View Source

IsFading

Declaration
bool IsFading { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsSingleton

Declaration
bool IsSingleton { get; }
Property Value
Type Description
System.Boolean

Methods

| Improve this Doc View Source

FadeTo(Color)

Declaration
void FadeTo(Color color)
Parameters
Type Name Description
UnityEngine.Color color
| Improve this Doc View Source

FadeTo(Color, Single)

Declaration
void FadeTo(Color color, float duration)
Parameters
Type Name Description
UnityEngine.Color color
System.Single duration
| Improve this Doc View Source

FadeToBlack()

Declaration
void FadeToBlack()
| Improve this Doc View Source

FadeToBlack(Single)

Declaration
void FadeToBlack(float duration)
Parameters
Type Name Description
System.Single duration
| Improve this Doc View Source

FadeToClear()

Declaration
void FadeToClear()
| Improve this Doc View Source

FadeToClear(Single)

Declaration
void FadeToClear(float duration)
Parameters
Type Name Description
System.Single duration
| Improve this Doc View Source

FadeToClearFromBlack()

Declaration
void FadeToClearFromBlack()
| Improve this Doc View Source

FadeToClearFromBlack(Single)

Declaration
void FadeToClearFromBlack(float duration)
Parameters
Type Name Description
System.Single duration
| Improve this Doc View Source

GotoBlack()

Declaration
void GotoBlack()
| Improve this Doc View Source

GotoClear()

Declaration
void GotoClear()
| Improve this Doc View Source

GotoColor(Color)

Declaration
void GotoColor(Color color)
Parameters
Type Name Description
UnityEngine.Color color
| Improve this Doc View Source

StopFade()

Declaration
void StopFade()
| Improve this Doc View Source

WaitUntilFadeComplete()

Declaration
IEnumerator WaitUntilFadeComplete()
Returns
Type Description
System.Collections.IEnumerator
  • Improve this Doc
  • View Source
Back to top Generated by DocFX