xamarinwatchos
namespace SceneKit
{
    [Introduced(PlatformName.WatchOS, 3, 0, PlatformArchitecture.All, null)]
    [Introduced(PlatformName.iOS, 8, 0, PlatformArchitecture.All, null)]
    [Protocol(Name = "SCNBoundingVolume", WrapperType = typeof(SCNBoundingVolumeWrapper))]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "SetBoundingBox", ParameterByRef = new[] { true, true }, ParameterType = new[] { typeof(SCNVector3), typeof(SCNVector3) }, Selector = "setBoundingBoxMin:max:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "GetBoundingBox", ParameterByRef = new[] { true, true }, ParameterType = new[] { typeof(SCNVector3), typeof(SCNVector3) }, ReturnType = typeof(bool), Selector = "getBoundingBoxMin:max:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "GetBoundingSphere", ParameterByRef = new[] { true, true }, ParameterType = new[] { typeof(SCNVector3), typeof(nfloat) }, ReturnType = typeof(bool), Selector = "getBoundingSphereCenter:radius:")]
    public interface ISCNBoundingVolume : INativeObject, IDisposable
}
.NET 6.07.08.09.0
Information specific to xamarinwatchos
Assembly

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

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