Skip to main content

IEffectData

Trait IEffectData 

Source
pub trait IEffectData: IStructData_1<EffectData> {
    // Provided methods
    fn m_file_paths(self) -> Array<Il2CppString> { ... }
    fn set_m_file_paths(self, value: Array<Il2CppString>) { ... }
}

Provided Methods§

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§