pub trait IMaterialBehaviour_TextureInfoMethods: IMaterialBehaviour_TextureInfo {
// Provided method
fn ctor(
self,
material: impl Into<Material>,
names: impl Into<Array<Il2CppString>>,
) { ... }
}Provided Methods§
Sourcefn ctor(
self,
material: impl Into<Material>,
names: impl Into<Array<Il2CppString>>,
)
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§
impl<__T: IMaterialBehaviour_TextureInfo> IMaterialBehaviour_TextureInfoMethods for __T
Available on crate feature
root-materialbehaviour only.