Unravel Engine C++ Reference
Loading...
Searching...
No Matches
unravel::animation_panel Class Reference

#include <animation_panel.h>

Public Member Functions

 animation_panel (imgui_panels *parent)
 
void init (rtti::context &ctx)
 
void deinit (rtti::context &ctx)
 
void on_frame_ui_render (rtti::context &ctx, const char *name)
 
void show (bool s)
 

Detailed Description

Definition at line 9 of file animation_panel.h.

Constructor & Destructor Documentation

◆ animation_panel()

unravel::animation_panel::animation_panel ( imgui_panels * parent)

Definition at line 23 of file animation_panel.cpp.

Member Function Documentation

◆ deinit()

void unravel::animation_panel::deinit ( rtti::context & ctx)

Definition at line 142 of file animation_panel.cpp.

◆ init()

void unravel::animation_panel::init ( rtti::context & ctx)

Definition at line 27 of file animation_panel.cpp.

◆ on_frame_ui_render()

void unravel::animation_panel::on_frame_ui_render ( rtti::context & ctx,
const char * name )

Definition at line 146 of file animation_panel.cpp.

◆ show()

void unravel::animation_panel::show ( bool s)

Definition at line 167 of file animation_panel.cpp.


The documentation for this class was generated from the following files: