Introduction to Graphics

From GiderosMobile
Revision as of 00:26, 5 April 2019 by MoKaLux (talk | contribs)

The Ultimate Guide to Gideros Studio

Introduction to Graphics

In Gideros Studio, all graphical content is constructed by creating graphical instances and adding them to the scene tree. For example, Bitmap class is used to display bitmap graphics, and TextField is used to display text object. Sprite class is used to group and transform these instances. The inheritance diagram of core display is shown in Figure xxx.