NCameraAnimation enum

지도에서 보여주는 영역 혹은 위치를 바꿀 때의 애니메이션 종류를 나타내는 enum 입니다.

Inheritance

Constructors

NCameraAnimation()
const

Values

easing → const NCameraAnimation
fly → const NCameraAnimation
linear → const NCameraAnimation
none → const NCameraAnimation

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
payload → dynamic
no setterinherited
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

Constants

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