public interface Loop
Modifier and Type | Method and Description |
---|---|
void |
start(Screen screen,
com.b3dgs.lionengine.core.Frame frame)
Start the loop.
|
void |
stop()
Stop the loop.
|
void start(Screen screen, com.b3dgs.lionengine.core.Frame frame)
screen
- The screen reference.frame
- The frame to loop reference.void stop()
Copyright © 2016 Byron 3D Games Studio. All rights reserved.