xamarintvos
namespace SceneKit
{
[Introduced(PlatformName.TvOS, 11, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.MacOSX, 10, 13, PlatformArchitecture.All, null)]
[Introduced(PlatformName.iOS, 11, 0, PlatformArchitecture.All, null)]
[Protocol(Name = "SCNCameraControlConfiguration", WrapperType = typeof(SCNCameraControlConfigurationWrapper))]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "autoSwitchToFreeCamera", IsProperty = true, IsRequired = true, IsStatic = false, Name = "AutoSwitchToFreeCamera", PropertyType = typeof(bool), Selector = "autoSwitchToFreeCamera", SetterSelector = "setAutoSwitchToFreeCamera:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "allowsTranslation", IsProperty = true, IsRequired = true, IsStatic = false, Name = "AllowsTranslation", PropertyType = typeof(bool), Selector = "allowsTranslation", SetterSelector = "setAllowsTranslation:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "flyModeVelocity", IsProperty = true, IsRequired = true, IsStatic = false, Name = "FlyModeVelocity", PropertyType = typeof(nfloat), Selector = "flyModeVelocity", SetterSelector = "setFlyModeVelocity:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "panSensitivity", IsProperty = true, IsRequired = true, IsStatic = false, Name = "PanSensitivity", PropertyType = typeof(nfloat), Selector = "panSensitivity", SetterSelector = "setPanSensitivity:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "truckSensitivity", IsProperty = true, IsRequired = true, IsStatic = false, Name = "TruckSensitivity", PropertyType = typeof(nfloat), Selector = "truckSensitivity", SetterSelector = "setTruckSensitivity:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "rotationSensitivity", IsProperty = true, IsRequired = true, IsStatic = false, Name = "RotationSensitivity", PropertyType = typeof(nfloat), Selector = "rotationSensitivity", SetterSelector = "setRotationSensitivity:")]
[Unavailable(PlatformName.WatchOS, PlatformArchitecture.All, null)]
public interface ISCNCameraControlConfiguration : 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. |