xamarintvos
namespace ModelIO
{
[Introduced(PlatformName.MacOSX, 10, 12, PlatformArchitecture.All, null)]
[Protocol(Name = "MDLLightProbeIrradianceDataSource", WrapperType = typeof(MDLLightProbeIrradianceDataSourceWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetSphericalHarmonicsCoefficients", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(Vector3) }, ReturnType = typeof(NSData), Selector = "sphericalHarmonicsCoefficientsAtPosition:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.Assign, GetterSelector = "boundingBox", IsProperty = true, IsRequired = true, IsStatic = false, Name = "BoundingBox", PropertyType = typeof(MDLAxisAlignedBoundingBox), Selector = "boundingBox", SetterSelector = "setBoundingBox:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "sphericalHarmonicsLevel", IsProperty = true, IsRequired = false, IsStatic = false, Name = "SphericalHarmonicsLevel", PropertyType = typeof(nuint), Selector = "sphericalHarmonicsLevel", SetterSelector = "setSphericalHarmonicsLevel:")]
public interface IMDLLightProbeIrradianceDataSource : 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. |