Class SKScene

    • Constructor Detail

      • SKScene

        public SKScene()
      • SKScene

        public SKScene​(CGSize size)
      • SKScene

        public SKScene​(NSCoder decoder)
    • Method Detail

      • getSize

        public CGSize getSize()
      • setSize

        public void setSize​(CGSize v)
      • getCamera

        public SKCameraNode getCamera()
        Since:
        Available in iOS 9.0 and later.
      • setCamera

        public void setCamera​(SKCameraNode v)
        Since:
        Available in iOS 9.0 and later.
      • getListener

        public SKNode getListener()
        Since:
        Available in iOS 9.0 and later.
      • setListener

        public void setListener​(SKNode v)
        Since:
        Available in iOS 9.0 and later.
      • getAudioEngine

        public AVAudioEngine getAudioEngine()
        Since:
        Available in iOS 9.0 and later.
      • getBackgroundColor

        public UIColor getBackgroundColor()
      • setBackgroundColor

        public void setBackgroundColor​(UIColor v)
      • getDelegate

        public SKSceneDelegate getDelegate()
        Since:
        Available in iOS 8.0 and later.
      • setDelegate

        public void setDelegate​(SKSceneDelegate v)
        Since:
        Available in iOS 8.0 and later.
      • getAnchorPoint

        public CGPoint getAnchorPoint()
      • setAnchorPoint

        public void setAnchorPoint​(CGPoint v)
      • getView

        public SKView getView()
      • init

        protected long init​(CGSize size)
      • sceneDidLoad

        public void sceneDidLoad()
        Since:
        Available in iOS 10.0 and later.
      • convertPointFromView

        public CGPoint convertPointFromView​(CGPoint point)
      • convertPointToView

        public CGPoint convertPointToView​(CGPoint point)
      • update

        public void update​(double currentTime)
      • didEvaluateActions

        public void didEvaluateActions()
      • didSimulatePhysics

        public void didSimulatePhysics()
      • didApplyConstraints

        public void didApplyConstraints()
        Since:
        Available in iOS 8.0 and later.
      • didFinishUpdate

        public void didFinishUpdate()
        Since:
        Available in iOS 8.0 and later.
      • didMoveToView

        public void didMoveToView​(SKView view)
      • willMoveFromView

        public void willMoveFromView​(SKView view)
      • didChangeSize

        public void didChangeSize​(CGSize oldSize)