AnimationNode

sealed class AnimationNode : StatementNode

Animation node

Represents a node that customises the animation

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

lineNumber
Link copied to clipboard
open override val lineNumber: Int

Inheritors

NoRenderAnimationNode
Link copied to clipboard