CameraAnimationType enum

Тип перелёта

Inheritance
Available extensions

Values

default_ → const CameraAnimationType

Тип перелёта выбирается в зависимости от расстояния между начальной и конечной позициями.

const CameraAnimationType(0)
linear → const CameraAnimationType

Линейное изменение параметров позиции камеры.

const CameraAnimationType(1)
showBothPositions → const CameraAnimationType

Zoom изменяется таким образом, чтобы постараться в какой-то момент перелёта отобразить начальную и конечную позиции. Позиции могут быть не отображены, если текущие ограничения (см. ICamera::zoom_restrictions()) не позволяют установить столь малый zoom.

const CameraAnimationType(2)

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
rawValue int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

getByValue(int value) CameraAnimationType

Constants

values → const List<CameraAnimationType>
A constant List of the values in this enum, in order of their declaration.