Skip to main content

IMaterialBehaviour_TextureInfoMethods

Trait IMaterialBehaviour_TextureInfoMethods 

Source
pub trait IMaterialBehaviour_TextureInfoMethods: IMaterialBehaviour_TextureInfo {
    // Provided method
    fn ctor(
        self,
        material: impl Into<Material>,
        names: impl Into<Array<Il2CppString>>,
    ) { ... }
}

Provided Methods§

Source

fn ctor( self, material: impl Into<Material>, names: impl Into<Array<Il2CppString>>, )

.ctor(crate::unity_engine::material::Material, ::unity::Array<::unity::Il2CppString>) overload

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<__T: IMaterialBehaviour_TextureInfo> IMaterialBehaviour_TextureInfoMethods for __T

Available on crate feature root-materialbehaviour only.