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
3
#include "
Designer/Imposter/ImposterObject.h
"
4
5
namespace
ph::editor
6
{
7
8
inline
const
std::string&
ImposterObject::getDescriptionName
()
const
9
{
10
return
m_descName;
11
}
12
13
inline
ISdlResource*
ImposterObject::getDescription
()
const
14
{
15
return
m_descResource.get();
16
}
17
18
}
// end namespace ph::editor
ImposterObject.h
ph::editor::ImposterObject::getDescription
ISdlResource * getDescription() const
Definition
ImposterObject.ipp:13
ph::editor::ImposterObject::getDescriptionName
const std::string & getDescriptionName() const
Definition
ImposterObject.ipp:8
ph::editor
Definition
ph_editor.h:10
Source
Designer
Imposter
ImposterObject.ipp
Generated by
1.11.0