Skip to content
Snippets Groups Projects
Commit 6ae456e6 authored by Stuart Layton's avatar Stuart Layton
Browse files

added a secondary setParameter method for passing more complex messages from editors to canvases

parent f04e97a6
Branches
Tags
No related merge requests found
......@@ -46,6 +46,7 @@ public:
virtual void endAnimation() = 0;
virtual void setParameter(int, float) = 0;
virtual void setParameter(int, int, int, float) = 0;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment