#include <Drawable.h>
◆ Drawable() [1/2]
◆ Drawable() [2/2]
◆ ~Drawable()
◆ DeregisterFromScene()
void Drawable::DeregisterFromScene |
( |
| ) |
|
|
private |
◆ Draw()
virtual void Drawable::Draw |
( |
| ) |
|
|
inlinevirtual |
Draws this Drawable's 3D GraphicsObjects. User should override this method as necessary.
Haru, 3/8/2023.
◆ Draw2D()
virtual void Drawable::Draw2D |
( |
| ) |
|
|
inlinevirtual |
Draws this Drawable's 2D KSprites. User should override this method as necessary.
Haru, 3/8/2023.
Reimplemented in ScreenLog, and SongPlayer.
◆ GetDeregRef()
◆ operator=()
◆ RegisterToScene()
void Drawable::RegisterToScene |
( |
| ) |
|
|
private |
◆ SetDeregRef()
◆ SubmitDeregistration()
void Drawable::SubmitDeregistration |
( |
| ) |
|
Submit draw deregistration from the currently active Scene.
Haru, 3/8/2023.
◆ SubmitRegistration()
void Drawable::SubmitRegistration |
( |
| ) |
|
Submit draw registration to the currently active Scene.
Haru, 3/8/2023.
◆ DrawableAttorney
◆ m_deregRef
◆ m_drRegState
◆ p_deregCmd
◆ p_regCmd
The documentation for this class was generated from the following files: