animationScale property

Vector2 get animationScale

Implementation

Vector2 get animationScale =>
    _comp.size.clone()..divide(animation!.animationSize);