CameraState enum

Состояние камеры.

Inheritance
Available extensions

Values

busy → const CameraState

Камера управляется пользователем.

const CameraState(0)
fly → const CameraState

Eсть активный перелёт, запущенный в результате обработки событий или пользователем явно.

const CameraState(1)
free → const CameraState

Камера не управляется пользователем и нет активных перелётов. Либо с камерой ничего не происходит, либо она следит за позицией и/или наклоном.

const CameraState(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) CameraState

Constants

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