Interface SKSceneDelegate

All Superinterfaces:
NSObjectProtocol, ObjCProtocol
All Known Implementing Classes:
SKSceneDelegateAdapter

public interface SKSceneDelegate
extends NSObjectProtocol
  • Method Details

    • update

      void update​(double currentTime, SKScene scene)
    • didEvaluateActions

      void didEvaluateActions​(SKScene scene)
    • didSimulatePhysics

      void didSimulatePhysics​(SKScene scene)
    • didApplyConstraints

      void didApplyConstraints​(SKScene scene)
    • didFinishUpdate

      void didFinishUpdate​(SKScene scene)