com.supermap.data

类 NodeAnimationPlayMode



  • public class NodeAnimationPlayMode
    extends Enum
    该枚举定义了动画播放模式常量,用于选择动画播放时的播放模式。
    • 字段详细资料

      • ONCE

        public static final NodeAnimationPlayMode ONCE
        单次播放模式。在该模式下,动画仅播放一次。
      • LOOP

        public static final NodeAnimationPlayMode LOOP
        循环播放模式。在该模式下,动画循环播放。