xamarinmac
namespace SceneKit
{
    [Introduced(PlatformName.iOS, 8, 0, PlatformArchitecture.All, null)]
    [Protocol(Name = "SCNProgramDelegate", WrapperType = typeof(SCNProgramDelegateWrapper))]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "UnbindValue", ParameterByRef = new[] { false, false, false, false, false }, ParameterType = new[] { typeof(SCNProgram), typeof(string), typeof(uint), typeof(uint), typeof(SCNRenderer) }, Selector = "program:unbindValueForSymbol:atLocation:programID:renderer:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "HandleError", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(SCNProgram), typeof(NSError) }, Selector = "program:handleError:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "BindValue", ParameterByRef = new[] { false, false, false, false, false }, ParameterType = new[] { typeof(SCNProgram), typeof(string), typeof(uint), typeof(uint), typeof(SCNRenderer) }, ReturnType = typeof(bool), Selector = "program:bindValueForSymbol:atLocation:programID:renderer:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "IsProgramOpaque", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(SCNProgram) }, ReturnType = typeof(bool), Selector = "programIsOpaque:")]
    [Unavailable(PlatformName.WatchOS, PlatformArchitecture.All, null)]
    public interface ISCNProgramDelegate : INativeObject, IDisposable
}
.NET
6.07.08.09.0
Information specific to xamarinmac
Assembly

Xamarin.Mac , 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