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