Introduction to Graphics

From GiderosMobile
Revision as of 21:19, 10 September 2018 by Anthony (talk | contribs) (Created page with "=== Introduction to Graphics === In Gideros Studio, all graphical content is constructed by creating graphical instances and adding them to the scene tree. For example, Bitma...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.