AnimationSettings class

Настройки анимаций объектов карты. Применяются для слоев стилей, в которых указан источник модели. Например, такими слоями являются слои с типами "3D model" и "Directional model".

Implemented types

Properties

animationIndex int?
Получение индекса текущей анимации модели. Если null, то используется значение из стилей.
getter/setter pair
animationRepeatCount int?
Получение количества повторений анимации модели. Если null, то используется значение из стилей.
getter/setter pair
animationSpeed double?
Получение скорости проигрывания анимации модели. Если null, то используется значение из стилей.
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sceneIndex int?
Получение индекса текущей сцены модели. Если null, то используется значение из стилей.
getter/setter pair
sceneName String?
Получение названия текущей сцены модели. Если null, то используется значение из стилей.
getter/setter pair

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.
override