Skip to main content

IIPaintGetterMethods

Trait IIPaintGetterMethods 

Source
pub trait IIPaintGetterMethods: IIPaintGetter {
    // Provided method
    fn get(self, x: impl Into<f32>, y: impl Into<f32>) -> Il2CppString { ... }
}

Provided Methods§

Source

fn get(self, x: impl Into<f32>, y: impl Into<f32>) -> Il2CppString

Get(f32, f32) 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: IIPaintGetter> IIPaintGetterMethods for __T

Available on crate feature app-ipaintgetter only.