API reference
API reference
Select your platform
No SDKs available
No versions available

com.meta.spatial.animation

Package-level declarations

Types

NameSummary
class PanelAnimation(animator: PanelAnimator = PanelAnimator(), enabled: Boolean = true, isInitialized: Boolean = false, startTime: Long = 0, durationInMs: Long = 500, updateIntervalInMs: Long = 20, repeatCount: Int = 1) : ComponentBase
open class PanelAnimator(val id: Long = Random.nextLong())
This is the animator interface for the PanelAnimation.
class PanelQuadCylinderAnimator(val targetRadius: Float = CylinderConfigOptions2.MAX_RADIUS, val id: Long = Random.nextLong()) : PanelAnimator
class PanelZoomInAnimator(val targetScale: Vector3 = Vector3(1.0f), val id: Long = Random.nextLong()) : PanelAnimator
class PanelZoomOutAnimator(val id: Long = Random.nextLong()) : PanelAnimator
Did you find this page helpful?
Thumbs up icon
Thumbs down icon