Skip to content

slot getBounds() scale? #85

Description

@mistergreen

Hi,
I scale my armature display with

_armatureDisplay = _dog.display as StarlingArmatureDisplay;
_armatureDisplay.scale = .5;

When I get the bounds, the rectangle does not reflect the scale. Is there a way to do it?

var _arm:Rectangle = _dog.getSlot("dog_arm2").display.getBounds(_armatureDisplay);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions