Difference between revisions of "Core"
m (Text replacement - "<source" to "<syntaxhighlight") |
|||
Line 9: | Line 9: | ||
=== Example === | === Example === | ||
− | < | + | <syntaxhighlight lang="lua"> |
MySprite = Core.class(Sprite) | MySprite = Core.class(Sprite) | ||
--my custom sprite class | --my custom sprite class |
Revision as of 14:26, 13 July 2023
Supported platforms:
Available since: Gideros 2012.2
Inherits from: Object
Description
Gideros Core functions.
Example
<syntaxhighlight lang="lua"> MySprite = Core.class(Sprite) --my custom sprite class function MySprite:init() end </source>
MethodsCore.asyncCall launches function on separate thread as background task |
EventsConstants |