Photon Editor Library 2.0.0-beta
A physically based renderer.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Concepts
EditContext.h
Go to the documentation of this file.
1#pragma once
2
4
5namespace ph::editor
6{
7
8class EditContext final
9{
10public:
12};
13
14}// end namespace ph::editor
Definition DesignerScene.h:58
Definition EditContext.h:9
DesignerScene * activeScene
Definition EditContext.h:11
Definition ph_editor.h:10