Skylicht Engine
Loading...
Searching...
No Matches
GUI System

Base classes for canvases and 2D GUI elements. More...

Classes

class  Skylicht::CGUIElement
 This is the base object class from which other GUIs inherit. It's an empty GUI and can contain child GUIs in a tree structure. More...
class  Skylicht::CGUIElipse
 This is the object class for displaying an ellipse. More...
class  Skylicht::CGUIFitSprite
 This is the object class for displaying a frame image in sprite. But it will scale the image size while minimizing image distortion. More...
class  Skylicht::CGUIImage
 This is the object class for displaying a texture image. More...
class  Skylicht::CGUILayout
 This is the object class that arranges other GUIs horizontally or vertically. More...
class  Skylicht::CGUIMask
 This is the object class that represents a masked rectangle, and other GUIs will only display within that rectangle. Any drawing outside of this mask rectangle will be clipped. More...
class  Skylicht::CGUIRect
 This is the object class for displaying a rectangle. More...
class  Skylicht::CGUISprite
 This is the object class for displaying a frame image in sprite. More...
class  Skylicht::CGUIText
 This is the object class for displaying a text. More...

Detailed Description

Base classes for canvases and 2D GUI elements.