C# Class Nez.CinematicLetterboxPostProcessor

Inheritance: PostProcessor
Afficher le fichier Open project: prime31/Nez

Méthodes publiques

Méthode Description
CinematicLetterboxPostProcessor ( int executionOrder ) : System
animateIn ( float letterboxSize, float duration = 2, EaseType easeType = EaseType.ExpoOut ) : IEnumerator

animates the letterbox in

animateOut ( float duration = 2, EaseType easeType = EaseType.ExpoIn ) : IEnumerator

animates the letterbox out

onAddedToScene ( ) : void

Method Details

CinematicLetterboxPostProcessor() public méthode

public CinematicLetterboxPostProcessor ( int executionOrder ) : System
executionOrder int
Résultat System

animateIn() public méthode

animates the letterbox in
public animateIn ( float letterboxSize, float duration = 2, EaseType easeType = EaseType.ExpoOut ) : IEnumerator
letterboxSize float Letterbox size.
duration float Duration.
easeType EaseType Ease type.
Résultat IEnumerator

animateOut() public méthode

animates the letterbox out
public animateOut ( float duration = 2, EaseType easeType = EaseType.ExpoIn ) : IEnumerator
duration float Duration.
easeType EaseType Ease type.
Résultat IEnumerator

onAddedToScene() public méthode

public onAddedToScene ( ) : void
Résultat void