Hola Studio 引擎类继承关系图

holastudio

从小游戏开发速率方面讲,几乎秒杀市面上各大HTML5游戏开发引擎,如Egret、Cocos2d-js、LayaBox等。

实例:

  1. flbby bird
  2. online chat

引擎继承关系图

       WWidget –> WWindow
                         |–> TView –> TRuntimeView
     TDocument –> TRuntimeDocument
      UIElement –> UIGroup
                        |–> UIWindow –> UINormalWindow –> UIScene
                        |–> UIEdit
                        |–> UIGauge
                        |–> UIGaugePointer
                        |–> UIHtml –> UIVideo
                                            |–> UIFlash
                                            |–> UIHtmlImage
                                            |–> UIHtmlView
                        |–> UIImageView –> UIImageThumbView
                                                       |–> UIImageAnimation
                                                       |–> UIImageNormalView
                                                       |–> UIImageSlideView
                        |–> UIScrollView –> UIHScrollView –> UIImageThumbViewTape
                                                                                        |–> UIImageThumbViewGrid
                                                                                        |–> UIPageIndicator –> UIPageIndicatorSimple
                                                                                                                            |–> UIPageIndicatorNormal
                                                                                                                            |–> UIPageIndicatorNormalX
                                                      |–> UIVScrollView –> UIVScrollViewGeneral
                                                                                       |–> UIListView –> UISuggestion
                                                                                       |–> UIGridView
                                                                                       |–> UISimpleHTML
                                                                                       |–> UIVScrollImage
                        |–> UIScrollViewX –> UIGridViewX
                                                         |–> UIListViewX
                        |–> UIShortcut
                        |–> UIScrollText
                        |–> UIList
                        |–> UIListItem –> UIListCheckableItem
                        |–> UISelect
                        |–> UIImage –> UIImageValue
                                              |–> UIStaticMap
                                              |–> UISprite
                                              |–> UITransformAnimation
                                              |–> UIShaker
                        |–> UILabel –> UITips
                                             |–> UIMarquee
                        |–> UIMenu
                        |–> UIPage
                        |–> UICircleLayout
                        |–> UIGrid
                        |–> UILayout
                        |–> UIFrames –> UIPageManager –> UIViewPager
                                                |–> UIWindowManager
                        |–> UICheckBox –> UISwitch
                                                    |–> UIRadioBox –> UIPageIndicatorButton
                                                    |–> UISoundMusic
                                                    |–> UISoundEffects
                        |–> UIButtonGroup
                        |–> UIColorBar
                        |–> UIWaitBar
                        |–> UIStatusBar
                        |–> UIUnkown
                        |–> UIButton
                        |–> UIMLEdit
                        |–> UIToolBar
                        |–> UIPlaceholder
                        |–> UILedDigits
                        |–> UICanvas
                        |–> UIColorButton
                        |–> UIProgressBar
                        |–> UIImageButton
                        |–> UIPath
                        |–> UIStatus
                        |–> UITimer
                        |–> UIDragger
                        |–> UISkeletonAnimation
                        |–> UIBitmapFontText
                        |–> UIBitmapFontTextX
                        |–> UIFrameAnimation
                        |–> UISettings
                        |–> UIAssets
                        |–> UITile
                        |–> UIGSensor
                        |–> UIWeixin
                        |–> UIBody –> UIRubeBody
                        |–> UIPoint –> UIPolygon
                                            |–> UIBox
                                            |–> UICircle
                        |–> UITwoPoints –> UILineJoint
                                                     |–> UITwoJoint –> UIDistanceJoint
                                                     |–> UIEdge
                       |–> UIOneJoint –> UIRevoluteJoint
                                                  |–> UIMouseJoint
                        |–> UIFourJoint
By Pury.