C# Класс MCAEmotiv.GUI.Animation.AbstractTimedView

Implements a view that finishes after a fixed time limit. A negative display time causes the view to display forever. Does not set a result.
Наследование: View
Показать файл Открыть проект

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

Метод Описание
AbstractTimedView ( int displayTimeMillis ) : System

Constructs a timed view with the given display time. A negative display time value causes the view to display indefinitely.

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

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

Constructs a timed view with the given display time. A negative display time value causes the view to display indefinitely.
public AbstractTimedView ( int displayTimeMillis ) : System
displayTimeMillis int
Результат System