Skip to content

Circle.radius accessor is undefined #164

@cescopag

Description

@cescopag

When I try tu use radius accessor for circle element, I got the following error:

TypeError: undefined is not a function

example:

var circle = new UI.Circle({
  position: new Vector2(window_size.x / 2, window_size.y / 2),
  radius:50,
  backgroundColor:'white',
});

circle.radius(100);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions