Hymn to Beauty
C++ 3D Engine
GUI::GLTFEditor Class Reference

Used to import GLTF models. More...

#include <GLTFEditor.hpp>

Public Member Functions

 GLTFEditor ()
 Constructor. More...
 
void Show ()
 Show the editor. More...
 
void SetFile (const std::string &path, const std::string &filename)
 Set file to import. More...
 
bool IsVisible () const
 Get whether the window is visible. More...
 
void SetVisible (bool visible)
 Set whether the window should be visible. More...
 

Detailed Description

Used to import GLTF models.

Constructor & Destructor Documentation

◆ GLTFEditor()

GLTFEditor::GLTFEditor ( )

Constructor.

Member Function Documentation

◆ IsVisible()

bool GLTFEditor::IsVisible ( ) const

Get whether the window is visible.

Returns
Whether the window is visible.

◆ SetFile()

void GLTFEditor::SetFile ( const std::string &  path,
const std::string &  filename 
)

Set file to import.

Parameters
pathPath.
filenameFilename.

◆ SetVisible()

void GLTFEditor::SetVisible ( bool  visible)

Set whether the window should be visible.

Parameters
visibleWhether the window should be visible.

◆ Show()

void GLTFEditor::Show ( )

Show the editor.


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