Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IValueAnimation

Base interface for transition animations.
Read time 1 minuteLast updated 12 days ago

Definition

public interface IValueAnimation

Properties

Property

Description

durationMsDuration of the transition in milliseconds.
isRunningTells if the animation is currently active.

Methods

Method

Description

RecycleReturns this animation object into its object pool.
StartStarts the animation using this object's values.
StopStops this animation.