class Spr3
Класс спрайта со всеми параметрами, доступными в RGSS3. Пока пустой, ожидается обновление во время работы над спрайтами (ветка work-with-sprites в github).
In Files
- cigui.rb
Parent
Object
Public Class Methods
new()
click to toggle source
Создает новый спрайт
# File cigui.rb, line 648 def initialize;end
Public Instance Methods
dispose()
click to toggle source
Удаляет спрайт
# File cigui.rb, line 657 def dispose;end
refresh()
click to toggle source
Производит повторную отрисовку содержимого спрайта
# File cigui.rb, line 654 def refresh;end
update()
click to toggle source
Производит обновление спрайта
# File cigui.rb, line 651 def update;end