Skip to main content

IVersusViolationTopContentMethods

Trait IVersusViolationTopContentMethods 

Source
pub trait IVersusViolationTopContentMethods: IVersusViolationTopContent {
    // Provided methods
    fn start(self) { ... }
    fn set_capture(self, tex: impl Into<Texture2D>) { ... }
    fn set_category_text(self, text: impl Into<Il2CppString>) { ... }
    fn set_reason_text(self, text: impl Into<Il2CppString>) { ... }
    fn hide_category(self) { ... }
    fn show_category(self) { ... }
    fn hide_reason(self) { ... }
    fn show_reason(self) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn start(self)

Start() overload

Source

fn set_capture(self, tex: impl Into<Texture2D>)

SetCapture(crate::unity_engine::texture2d::Texture2D) overload

Source

fn set_category_text(self, text: impl Into<Il2CppString>)

SetCategoryText(::unity::Il2CppString) overload

Source

fn set_reason_text(self, text: impl Into<Il2CppString>)

SetReasonText(::unity::Il2CppString) overload

Source

fn hide_category(self)

HideCategory() overload

Source

fn show_category(self)

ShowCategory() overload

Source

fn hide_reason(self)

HideReason() overload

Source

fn show_reason(self)

ShowReason() overload

Source

fn ctor(self)

.ctor() 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: IVersusViolationTopContent> IVersusViolationTopContentMethods for __T

Available on crate feature app-versusviolationtopcontent only.