Difference between revisions of "love.graphics (Русский)"
m (Changed to Russian lists of types, enums and functions) |
|||
Line 2: | Line 2: | ||
Модуль графики отвечает за такие вещи, как управление окнами, изображениями, анимацией, шрифтами, и многое другое. | Модуль графики отвечает за такие вещи, как управление окнами, изображениями, анимацией, шрифтами, и многое другое. | ||
+ | |||
== Типы == | == Типы == | ||
− | {{#ask: [[Category:Types]] [[parent::love. | + | {{#ask: [[Category:Types]] [[parent::love.graphics (Русский)]] [[Concept:Current]] |
| headers=hide | | headers=hide | ||
+ | | format=template | ||
+ | | template=ListingFields | ||
+ | | introtemplate=ListingIntro | ||
+ | | outrotemplate=ListingOutro | ||
| ?Description | | ?Description | ||
+ | | ?PrettySince | ||
+ | | ?PrettyRemoved | ||
}} | }} | ||
+ | |||
== Функции == | == Функции == | ||
− | {{#ask: [[Category:Functions]] [[parent::love. | + | === Рисование === |
+ | {{#ask: [[Category:Functions]] [[parent::love.graphics (Русский)]] [[Concept:Current]] [[Sub-Category::Drawing]] | ||
+ | | headers=hide | ||
+ | | limit=2000 | ||
+ | | format=template | ||
+ | | template=ListingFields | ||
+ | | introtemplate=ListingIntro | ||
+ | | outrotemplate=ListingOutro | ||
+ | | ?Description | ||
+ | | ?PrettySince | ||
+ | | ?PrettyRemoved | ||
+ | }} | ||
+ | |||
+ | |||
+ | === Создание объектов === | ||
+ | {{#ask: [[Category:Functions]] [[parent::love.graphics (Русский)]] [[Concept:Current]] [[Sub-Category::Object Creation]] | ||
+ | | headers=hide | ||
+ | | limit=2000 | ||
+ | | format=template | ||
+ | | template=ListingFields | ||
+ | | introtemplate=ListingIntro | ||
+ | | outrotemplate=ListingOutro | ||
+ | | ?Description | ||
+ | | ?PrettySince | ||
+ | | ?PrettyRemoved | ||
+ | }} | ||
+ | |||
+ | |||
+ | === Состояние графики === | ||
+ | {{#ask: [[Category:Functions]] [[parent::love.graphics (Русский)]] [[Concept:Current]] [[Sub-Category::State]] | ||
+ | | headers=hide | ||
+ | | limit=2000 | ||
+ | | format=template | ||
+ | | template=ListingFields | ||
+ | | introtemplate=ListingIntro | ||
+ | | outrotemplate=ListingOutro | ||
+ | | ?Description | ||
+ | | ?PrettySince | ||
+ | | ?PrettyRemoved | ||
+ | }} | ||
+ | |||
+ | |||
+ | === Система координат === | ||
+ | {{#ask: [[Category:Functions]] [[parent::love.graphics (Русский)]] [[Concept:Current]] [[Sub-Category::Coordinate System]] | ||
+ | | headers=hide | ||
+ | | limit=2000 | ||
+ | | format=template | ||
+ | | template=ListingFields | ||
+ | | introtemplate=ListingIntro | ||
+ | | outrotemplate=ListingOutro | ||
+ | | ?Description | ||
+ | | ?PrettySince | ||
+ | | ?PrettyRemoved | ||
+ | }} | ||
+ | |||
+ | |||
+ | === Окно === | ||
+ | {{#ask: [[Category:Functions]] [[parent::love.graphics (Русский)]] [[Concept:Current]] [[Sub-Category::Window]] | ||
+ | | headers=hide | ||
+ | | limit=2000 | ||
+ | | format=template | ||
+ | | template=ListingFields | ||
+ | | introtemplate=ListingIntro | ||
+ | | outrotemplate=ListingOutro | ||
+ | | ?Description | ||
+ | | ?PrettySince | ||
+ | | ?PrettyRemoved | ||
+ | }} | ||
+ | |||
+ | |||
+ | === Системная информация === | ||
+ | {{#ask: [[Category:Functions]] [[parent::love.graphics (Русский)]] [[Concept:Current]] [[Sub-Category::SystemInfo]] | ||
| headers=hide | | headers=hide | ||
| limit=2000 | | limit=2000 | ||
+ | | format=template | ||
+ | | template=ListingFields | ||
+ | | introtemplate=ListingIntro | ||
+ | | outrotemplate=ListingOutro | ||
| ?Description | | ?Description | ||
+ | | ?PrettySince | ||
+ | | ?PrettyRemoved | ||
}} | }} | ||
+ | |||
== Перечисления == | == Перечисления == | ||
− | {{#ask: [[Category:Enums]] [[parent::love. | + | {{#ask: [[Category:Enums]] [[parent::love.graphics (Русский)]] [[Concept:Current]] |
| headers=hide | | headers=hide | ||
+ | | format=template | ||
+ | | template=ListingFields | ||
+ | | introtemplate=ListingIntro | ||
+ | | outrotemplate=ListingOutro | ||
| ?Description | | ?Description | ||
+ | | ?PrettySince | ||
+ | | ?PrettyRemoved | ||
}} | }} | ||
+ | |||
[[Category:Modules]] | [[Category:Modules]] | ||
− | {{#set:Description= | + | {{#set:Description=Рисование фигур и изображений, управление геометрией экрана.}} |
− | }} | ||
== Смотрите также == | == Смотрите также == | ||
− | * [[parent:: | + | * [[parent::love (Русский)]] |
− | + | {{#set:Since=000}} | |
== Другие языки == | == Другие языки == | ||
{{i18n|love.graphics}} | {{i18n|love.graphics}} |
Revision as of 17:57, 12 June 2018
Модуль графики.
Модуль графики отвечает за такие вещи, как управление окнами, изображениями, анимацией, шрифтами, и многое другое.
Contents
Типы
Canvas (Русский) | Off-screen render target. | 0.8.0 | |
Drawable (Русский) | Базовый класс для всех объектов, которые могут быть отображены на экране. |
Функции
Рисование
love.graphics.arc (Русский) | Рисует арку. | 0.8.0 | |
love.graphics.circle (Русский) | Рисует окружность. | ||
love.graphics.clear (Русский) | Закрашивает экран цветом фона. | ||
love.graphics.discard (Русский) | Выбрасывает содержимое экрана или активного Canvasа. | 0.10.0 |
Создание объектов
love.graphics.captureScreenshot (Русский) | Делает снимок экрана после завершения текущего кадра. | 11.0 |
Состояние графики
Система координат
love.graphics.pop (Русский) | Достает состояние координатной системы из стека. |
Окно
Системная информация
love.graphics.getRendererInfo (Русский) | Функция возвращает информацию о используемой видеокарте и её драйвере. | 0.9.0 |
Перечисления
ArcType (Русский) | Разные типы арок, которые можно нарисовать. | 0.10.1 | |
MeshDrawMode (Русский) | То, как вершины меша будут использовать при отрисовке. | 0.9.0 | |
SpriteBatchUsage (Русский) | Usage hints for SpriteBatches and Meshes. | 0.8.0 |
Смотрите также
Другие языки
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