Difference between revisions of "Drawable"
m (1 revision: Imported docs from potato.) |
(Applying listings to included added and removed fields.) |
||
(13 intermediate revisions by 8 users not shown) | |||
Line 1: | Line 1: | ||
− | + | Superclass for all things that can be drawn on screen. This is an abstract type that can't be created directly. | |
− | + | == Functions == | |
+ | {{#ask: [[Category:Functions]] [[parent::Object]] | ||
+ | | headers=hide | ||
+ | | format=template | ||
+ | | template=ListingFields | ||
+ | | introtemplate=ListingIntro | ||
+ | | outrotemplate=ListingOutro | ||
+ | | ?Description | ||
+ | | ?PrettySince | ||
+ | | ?PrettyRemoved | ||
+ | }} | ||
+ | == Supertypes == | ||
+ | * [[parent::Object]] | ||
== Subtypes == | == Subtypes == | ||
− | [[ | + | {{#ask: [[Category:Types]] [[parent::Drawable]] [[Concept:Current]] |
− | [[ | + | | headers=hide |
− | [[ | + | | format=template |
+ | | template=ListingFields | ||
+ | | introtemplate=ListingIntro | ||
+ | | outrotemplate=ListingOutro | ||
+ | | ?Description | ||
+ | | ?PrettySince | ||
+ | | ?PrettyRemoved | ||
+ | }} | ||
== See Also == | == See Also == | ||
* [[parent::love.graphics]] | * [[parent::love.graphics]] | ||
[[Category:Types]] | [[Category:Types]] | ||
− | {{#set:Description=}} | + | {{#set:Description=Superclass for all things that can be drawn on screen.}} |
+ | {{#set:Since=000}} | ||
+ | == Other Languages == | ||
+ | {{i18n|Drawable}} |
Latest revision as of 23:16, 29 March 2013
Superclass for all things that can be drawn on screen. This is an abstract type that can't be created directly.
Functions
Object:release | Immediately destroys the object's Lua reference. | 11.0 | |
Object:type | Gets the type of the object as a string. | ||
Object:typeOf | Checks whether an object is of a certain type. |
Supertypes
Subtypes
Canvas | Off-screen render target. | 0.8.0 | |
Framebuffer | Off-screen render target. | 0.7.0 | 0.8.0 |
Image | Drawable image type. | ||
Mesh | A 2D polygon mesh used for drawing arbitrary textured shapes. | 0.9.0 | |
ParticleSystem | Used to create cool effects, like fire. | ||
SpriteBatch | Store image positions in a buffer, and draw it in one call. | ||
Text | Drawable text. | 0.10.0 | |
Texture | Superclass for drawable objects which represent a texture. | 0.9.1 | |
Video | A drawable video. | 0.10.0 |
See Also
Other Languages
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info