xamarintvos
namespace SpriteKit
{
    [Introduced(PlatformName.WatchOS, 3, 0, PlatformArchitecture.All, null)]
    [Introduced(PlatformName.iOS, 8, 0, PlatformArchitecture.All, null)]
    [Introduced(PlatformName.MacOSX, 10, 10, PlatformArchitecture.All, null)]
    [Protocol(Name = "SKSceneDelegate", WrapperType = typeof(SKSceneDelegateWrapper))]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "Update", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(double), typeof(SKScene) }, Selector = "update:forScene:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidEvaluateActions", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(SKScene) }, Selector = "didEvaluateActionsForScene:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidSimulatePhysics", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(SKScene) }, Selector = "didSimulatePhysicsForScene:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidApplyConstraints", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(SKScene) }, Selector = "didApplyConstraintsForScene:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidFinishUpdate", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(SKScene) }, Selector = "didFinishUpdateForScene:")]
    public interface ISKSceneDelegate : INativeObject, IDisposable
}
.NET 6.07.08.09.0
Information specific to xamarintvos
Assembly

Xamarin.TVOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065

Referencing

The API is automatically referenced.

Platform Restrictions

This framework does not have platform annotations.

  • Built-in API
  • Package-provided API

05/25/2024
An error has occurred. This application may no longer respond until reloaded. Reload 🗙