Contents

module::setSize

Sets the size of an element to the specified dimensions. Size is in meters.

Declaration

void module::setSize(float2 size)

Parameters

  • size:

    The new size as a 2D vector (width, height)

Discussion