Skip to main content

IProfileCardStampObjectMethods

Trait IProfileCardStampObjectMethods 

Source
pub trait IProfileCardStampObjectMethods: IProfileCardStampObject {
    // Provided methods
    fn start(self) { ... }
    fn initialize(self) { ... }
    fn set_scale(self, scale: impl Into<Vector2>) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn start(self)

Start() overload

Source

fn initialize(self)

Initialize() overload

Source

fn set_scale(self, scale: impl Into<Vector2>)

SetScale(crate::unity_engine::vector2::Vector2) 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: IProfileCardStampObject> IProfileCardStampObjectMethods for __T

Available on crate feature app-profilecardstampobject only.