Drawable::SetNextDrawable
Defined in:
Sets the next drawable in the linked list of drawables.
C4Renderable.h
Prototype
void SetNextDrawable(Drawable *drawable);
Parameters
drawable |
The drawable that will follow the drawable for which this function is called. |
Description
See Also