MDLLightProbeIrradianceDataSource

Trait MDLLightProbeIrradianceDataSource 

Source
pub unsafe trait MDLLightProbeIrradianceDataSource: NSObjectProtocol {
    // Provided methods
    unsafe fn sphericalHarmonicsLevel(&self) -> NSUInteger
       where Self: Sized + Message { ... }
    unsafe fn setSphericalHarmonicsLevel(
        &self,
        spherical_harmonics_level: NSUInteger,
    )
       where Self: Sized + Message { ... }
}
Available on crate feature MDLAsset only.
Expand description

Provided Methods§

Source

unsafe fn sphericalHarmonicsLevel(&self) -> NSUInteger
where Self: Sized + Message,

Spherical harmonics level used to calculate the spherical harmonics coefficients.

Source

unsafe fn setSphericalHarmonicsLevel( &self, spherical_harmonics_level: NSUInteger, )
where Self: Sized + Message,

Trait Implementations§

Source§

impl ProtocolType for dyn MDLLightProbeIrradianceDataSource

Source§

const NAME: &'static str = "MDLLightProbeIrradianceDataSource"

The name of the Objective-C protocol that this type represents. Read more
Source§

fn protocol() -> Option<&'static AnyProtocol>

Get a reference to the Objective-C protocol object that this type represents. Read more
Source§

impl<T> ImplementedBy<T> for dyn MDLLightProbeIrradianceDataSource

Implementations on Foreign Types§

Source§

impl<T> MDLLightProbeIrradianceDataSource for ProtocolObject<T>

Implementors§