C# Класс Nez.CinematicLetterboxPostProcessor

Наследование: PostProcessor
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

CinematicLetterboxPostProcessor() публичный Метод

public CinematicLetterboxPostProcessor ( int executionOrder ) : System
executionOrder int
Результат System

animateIn() публичный Метод

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.
Результат IEnumerator

animateOut() публичный Метод

animates the letterbox out
public animateOut ( float duration = 2, EaseType easeType = EaseType.ExpoIn ) : IEnumerator
duration float Duration.
easeType EaseType Ease type.
Результат IEnumerator

onAddedToScene() публичный Метод

public onAddedToScene ( ) : void
Результат void