Skip to main content

IVFXEventAttribute

Trait IVFXEventAttribute 

Source
pub trait IVFXEventAttribute: IObject {
    // Provided methods
    fn m_ptr(self) -> IntPtr { ... }
    fn set_m_ptr(self, value: IntPtr) { ... }
    fn m_owner(self) -> bool { ... }
    fn set_m_owner(self, value: bool) { ... }
    fn m_vfx_asset(self) -> VisualEffectAsset { ... }
    fn set_m_vfx_asset(self, value: VisualEffectAsset) { ... }
}

Provided Methods§

Source

fn m_ptr(self) -> IntPtr

Source

fn set_m_ptr(self, value: IntPtr)

Source

fn m_owner(self) -> bool

Source

fn set_m_owner(self, value: bool)

Source

fn m_vfx_asset(self) -> VisualEffectAsset

Source

fn set_m_vfx_asset(self, value: VisualEffectAsset)

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§