pub trait IFaceImagesController_ReturnEntryComponentMethods: IFaceImagesController_ReturnEntryComponent {
// Provided methods
fn set_character(
self,
chara: impl Into<Character>,
now_anim_name: impl Into<Il2CppString>,
change_anim_name: impl Into<Il2CppString>,
) { ... }
fn update(self) { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn set_character(
self,
chara: impl Into<Character>,
now_anim_name: impl Into<Il2CppString>,
change_anim_name: impl Into<Il2CppString>,
)
fn set_character( self, chara: impl Into<Character>, now_anim_name: impl Into<Il2CppString>, change_anim_name: impl Into<Il2CppString>, )
SetCharacter(crate::combat::character::Character, ::unity::Il2CppString, ::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: IFaceImagesController_ReturnEntryComponent> IFaceImagesController_ReturnEntryComponentMethods for __T
Available on crate feature
app-ring_cleaning-faceimagescontroller only.