mirror of
https://github.com/Maks1mS/pppi-rpg-game.git
synced 2024-12-23 22:32:59 +03:00
60 lines
2.7 KiB
TeX
60 lines
2.7 KiB
TeX
\hypertarget{class_animation_system}{}\doxysection{Класс Animation\+System}
|
||
\label{class_animation_system}\index{AnimationSystem@{AnimationSystem}}
|
||
|
||
|
||
Класс \mbox{\hyperlink{class_animation_system}{Animation\+System}} управляет анимациями персонажей и объектов.
|
||
|
||
|
||
|
||
|
||
{\ttfamily \#include $<$animation\+\_\+system.\+h$>$}
|
||
|
||
\doxysubsection*{Открытые члены}
|
||
\begin{DoxyCompactItemize}
|
||
\item
|
||
void \mbox{\hyperlink{class_animation_system_aed9fe7cf12ff8850135cc82552cfebf1}{add\+Animation}} ()
|
||
\begin{DoxyCompactList}\small\item\em Добавляет анимацию к объекту. \end{DoxyCompactList}\item
|
||
void \mbox{\hyperlink{class_animation_system_a321fbe9696b3957012ed690d8f733374}{update}} (float delta\+Time)
|
||
\begin{DoxyCompactList}\small\item\em Обновляет анимации объектов. \end{DoxyCompactList}\end{DoxyCompactItemize}
|
||
|
||
|
||
\doxysubsection{Подробное описание}
|
||
Класс \mbox{\hyperlink{class_animation_system}{Animation\+System}} управляет анимациями персонажей и объектов.
|
||
|
||
\doxysubsection{Методы}
|
||
\mbox{\Hypertarget{class_animation_system_aed9fe7cf12ff8850135cc82552cfebf1}\label{class_animation_system_aed9fe7cf12ff8850135cc82552cfebf1}}
|
||
\index{AnimationSystem@{AnimationSystem}!addAnimation@{addAnimation}}
|
||
\index{addAnimation@{addAnimation}!AnimationSystem@{AnimationSystem}}
|
||
\doxysubsubsection{\texorpdfstring{addAnimation()}{addAnimation()}}
|
||
{\footnotesize\ttfamily void Animation\+System\+::add\+Animation (\begin{DoxyParamCaption}{ }\end{DoxyParamCaption})}
|
||
|
||
|
||
|
||
Добавляет анимацию к объекту.
|
||
|
||
|
||
\begin{DoxyParams}{Аргументы}
|
||
{\em animation\+Params} & Параметры анимации для добавления. \\
|
||
\hline
|
||
\end{DoxyParams}
|
||
\mbox{\Hypertarget{class_animation_system_a321fbe9696b3957012ed690d8f733374}\label{class_animation_system_a321fbe9696b3957012ed690d8f733374}}
|
||
\index{AnimationSystem@{AnimationSystem}!update@{update}}
|
||
\index{update@{update}!AnimationSystem@{AnimationSystem}}
|
||
\doxysubsubsection{\texorpdfstring{update()}{update()}}
|
||
{\footnotesize\ttfamily void Animation\+System\+::update (\begin{DoxyParamCaption}\item[{float}]{delta\+Time }\end{DoxyParamCaption})}
|
||
|
||
|
||
|
||
Обновляет анимации объектов.
|
||
|
||
|
||
\begin{DoxyParams}{Аргументы}
|
||
{\em delta\+Time} & Время, прошедшее с предыдущего обновления, в секундах. \\
|
||
\hline
|
||
\end{DoxyParams}
|
||
|
||
|
||
Объявления и описания членов класса находятся в файле\+:\begin{DoxyCompactItemize}
|
||
\item
|
||
animation\+\_\+system.\+h\end{DoxyCompactItemize}
|