size property

Size size
final

The logical size of the texture, before being trimmed by the texture packer.

var textureSize = myTexture.size;

Implementation

final Size size;