Polyphase Game Engine
Loading...
Searching...
No Matches
PolyRect.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
Nodes/Widgets/Poly.h
"
4
5
class
PolyRect
:
public
Poly
6
{
7
public
:
8
9
DECLARE_NODE
(
PolyRect
,
Poly
);
10
11
PolyRect
();
12
virtual
~PolyRect
();
13
14
virtual
void
UpdateGeometry
()
override
;
15
16
};
Poly.h
PolyRect
Definition
PolyRect.h:6
PolyRect::PolyRect
PolyRect()
Definition
PolyRect.cpp:6
PolyRect::DECLARE_NODE
DECLARE_NODE(PolyRect, Poly)
PolyRect::UpdateGeometry
virtual void UpdateGeometry() override
Definition
PolyRect.cpp:16
PolyRect::~PolyRect
virtual ~PolyRect()
Definition
PolyRect.cpp:11
Poly
Definition
Poly.h:10
Engine
Source
Engine
Nodes
Widgets
PolyRect.h
Generated by
1.9.8