size property

Size size
getter/setter pair

Changing the size will affect the size of the rendering of the node.

myNode.size = Size(1024.0, 1024.0);

Implementation

Size size;