Photon Editor Library 2.0.0-beta
A physically based renderer.
Loading...
Searching...
No Matches
ImposterObject.ipp
Go to the documentation of this file.
1#pragma once
2
4
5namespace ph::editor
6{
7
8inline const std::string& ImposterObject::getDescriptionName() const
9{
10 return m_descName;
11}
12
13inline ISdlResource* ImposterObject::getDescription() const
14{
15 return m_descResource.get();
16}
17
18}// end namespace ph::editor
ISdlResource * getDescription() const
Definition ImposterObject.ipp:13
const std::string & getDescriptionName() const
Definition ImposterObject.ipp:8
Definition ph_editor.h:10