Skip to main content

IMapSoundLabel

Trait IMapSoundLabel 

Source
pub trait IMapSoundLabel: IScriptableObject {
    // Provided methods
    fn 起動音(self) -> Il2CppString { ... }
    fn set_起動音(self, value: Il2CppString) { ... }
    fn 停止音(self) -> Il2CppString { ... }
    fn set_停止音(self, value: Il2CppString) { ... }
    fn 破壊音(self) -> Il2CppString { ... }
    fn set_破壊音(self, value: 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§