Rebel Fork Framework
|
Public Member Functions | |
virtual void | Update (UpdateContext &context)=0 |
virtual void | OnSceneSet (Scene *scene) |
Handle scene change in instance. | |
virtual void | UpdateDrawableAttributes () |
Handle drawable attribute change. | |
virtual void | Reset () |
Protected Member Functions | |
void | CopyDrawableAttributes (Drawable *drawable, ParticleGraphEmitter *emitter) |
Copy drawable attributes from emitter. | |
Protected Member Functions inherited from Urho3D::NonCopyable | |
NonCopyable (const NonCopyable &other)=delete | |
NonCopyable (NonCopyable &&other)=delete | |
NonCopyable & | operator= (const NonCopyable &other)=delete |
NonCopyable & | operator= (NonCopyable &&other)=delete |