setProperties method

void setProperties (
  1. double width,
  2. double height,
  3. double insetTop,
  4. double insetRight,
  5. double insetBottom,
  6. double insetLeft,
  7. bool focusable
)

Set properties on the linked scene. These properties include its bounds, as well as whether it can be the target of focus events or not.

Implementation

void setProperties(
  double/*!*/ width,
  double/*!*/ height,
  double/*!*/ insetTop,
  double/*!*/ insetRight,
  double/*!*/ insetBottom,
  double/*!*/ insetLeft,
  bool/*!*/ focusable,
) native 'SceneHost_setProperties';