public interface SKViewDelegate
| Modifier and Type | Method and Description |
|---|---|
default boolean |
viewShouldRenderAtTime(SKView view,
double time)
Allows the client to dynamically control the render rate.
|
default boolean viewShouldRenderAtTime(SKView view, double time)
return YES to initiate an update and render for the target time. return NO to skip update and render for this target time.