Skip to main content

IVFXSpawnerStateMethods

Trait IVFXSpawnerStateMethods 

Source
pub trait IVFXSpawnerStateMethods: IVFXSpawnerState {
    // Provided methods
    fn ctor(self, ptr: impl Into<IntPtr>, owner: impl Into<bool>) { ... }
    fn set_wrap_value(self, ptr: impl Into<IntPtr>) { ... }
    fn release(self) { ... }
    fn finalize(self) { ... }
    fn dispose(self) { ... }
}

Provided Methods§

Source

fn ctor(self, ptr: impl Into<IntPtr>, owner: impl Into<bool>)

.ctor(::unity::IntPtr, bool) overload

Source

fn set_wrap_value(self, ptr: impl Into<IntPtr>)

SetWrapValue(::unity::IntPtr) overload

Source

fn release(self)

Release() overload

Source

fn finalize(self)

Finalize() overload

Source

fn dispose(self)

Dispose() 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: IVFXSpawnerState> IVFXSpawnerStateMethods for __T

Available on crate feature unity_engine-vfx-vfxspawnerstate only.