This class is the dialog box in which the info is displayed.
new Content()public function setText(title:String, str:String)Use this function to set the title and description to be displayed
title | - the title text |
str | - the description text |
public function getDimensions():ObjectUse this function to get the dimensions of the dialog.
- an object with properties 'width' and 'height' of type Number.