frameCount property
int
get
frameCount
Number of animation frames, derived from framePoses.
Implementation
int get frameCount => framePoses.length;
Number of animation frames, derived from framePoses.
int get frameCount => framePoses.length;