PackList.getAnimation

Load the given animation.

class PackList
getAnimation
(
string name
,
out uint frameCount
)

Parameters

name string

Name of the animation.

frameCount uint

Frame count of the animation.

Return Value

Type: Resource!(AnimationPart[])

A Resource tuple, first item is a list of animation parts.

Meta