Scene2d.Add()
Description: Adds an actor to the scene. All actors added to the scene have their Draw function called automatically.
Details
Returns: void
Add (actor)
Adds an actor to the scene. All actors added to the scene have their Draw function called automatically.
actor: EndGate.Graphics.Graphic2d
The graphic to add to the scene.
Examples
There's currently no example available for this page. If you'd like to suggest one send me an containing a description, code, and link to the page for the suggested example. As a thanks I'll associate the code snippet with your name directly below the example if approved.