Rive Android
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Rive Android
Rive Android
/
app.rive.runtime.kotlin.controllers
/
ControllerState
Controller
State
class
ControllerState
Keeps track of the state of a given controller so that it can be saved and restored.
Members
Properties
active
Artboard
Link copied to clipboard
val
activeArtboard
:
Artboard
animations
Link copied to clipboard
val
animations
:
List
<
LinearAnimationInstance
>
file
Link copied to clipboard
val
file
:
File
is
Active
Link copied to clipboard
val
isActive
:
Boolean
playing
Animations
Link copied to clipboard
val
playingAnimations
:
HashSet
<
LinearAnimationInstance
>
playing
State
Machines
Link copied to clipboard
val
playingStateMachines
:
HashSet
<
StateMachineInstance
>
state
Machines
Link copied to clipboard
val
stateMachines
:
List
<
StateMachineInstance
>
Functions
dispose
Link copied to clipboard
fun
dispose
(
)