Interface IScreenFader
Assembly: Liminal.SDK.dll
Syntax
public interface IScreenFader
Properties
|
Improve this Doc
View Source
IsFading
Declaration
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
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
|
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
|
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
|
Improve this Doc
View Source
GotoClear()
Declaration
|
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
|
Improve this Doc
View Source
WaitUntilFadeComplete()
Declaration
IEnumerator WaitUntilFadeComplete()
Returns
Type |
Description |
System.Collections.IEnumerator |
|