mirror of
https://github.com/devZoGok/vb01.git
synced 2026-08-26 19:43:30 +00:00
minor refactoring
This commit is contained in:
@@ -19,6 +19,7 @@ namespace vb01{
|
||||
ParticleEmitter() : Animatable(Animatable::NONE){}
|
||||
~ParticleEmitter();
|
||||
void update();
|
||||
inline Material* getMaterial(){return material;}
|
||||
inline void setMaterial(Material *mat){this->material = mat;}
|
||||
inline void setNode(Node *node){this->node = node;}
|
||||
inline void setSize(Vector2 size){this->size = size;}
|
||||
|
||||
Reference in New Issue
Block a user