SpiecsEngine
 
Loading...
Searching...
No Matches
LandscapeComponent.cpp
Go to the documentation of this file.
1/**
2* @file LandscapeComponent.cpp.
3* @brief The LandscapeComponent Class Implementation.
4* @author Spices.
5*/
6
7#include "Pchheader.h"
9
10namespace Spices {
11
13 {
14
15 }
16
18 {
19
20 }
21
23 {
24
25 }
26
27}
virtual void OnDeSerialize() override
This interface defines how to deserialize.
virtual void OnSerialize() override
This interface defines how to serialize.
virtual void DrawThis() override
This interface defines how to draw this component to property panel.
LandscapeComponent Class. This class defines the specific behaves of LandscapeComponent.