contains

fun contains(runtimeAnimation: ModelAnimation): Boolean(source)

Determines whether this collection contains a given animation.

Return

true if this collection contains the animation, false otherwise.

Parameters

runtimeAnimation

The runtime animation to check for.

See also