UIAnimation
  • 🕶️UIAnimation Documentation
  • Start
    • 🔧How to get started
    • 📜Detailed information on components
  • 📌Animations
    • ✅Main Parameters
    • ⚙️Rotate Animation
    • ⚙️Scale Animation
    • ⚙️Translate Animation
    • ⚙️Activate Object
    • ⚙️Color Animation
    • ⚙️FillAmount Animation
    • ⚙️Particl System
    • ⚙️Sprite Animation
    • ⚙️Canvas Group Animation
    • ⚙️Animator Animation
Powered by GitBook
On this page
  • Mods
  • Mod - Sprite Swape - Loop
  • Mod - Sprite Swape
  1. Animations

Sprite Animation

PreviousParticl SystemNextCanvas Group Animation

Last updated 4 months ago

Mods

Mod
Description

Sprite Swap

Plays the sprite swap animation, either looping through the Sprites array or switching to the TargetSprite once.

Mod - Sprite Swape - Loop

Parameter
Description

Duration

The duration of the animation in seconds.

Sprites

Array of sprites to swap between if IsLoop is true.

Mod - Sprite Swape

Parameter
Description

Sprite

The sprite to switch to if IsLoop is false.

📌
⚙️