Skip to main content

IIron19CharacterFaderMethods

Trait IIron19CharacterFaderMethods 

Source
pub trait IIron19CharacterFaderMethods: IIron19CharacterFader {
Show 22 methods // Provided methods fn start(self) { ... } fn try_initialize(self) { ... } fn try_release(self) { ... } fn set_fade_alpha(self, alpha: impl Into<f32>) { ... } fn get_alpha(self) -> f32 { ... } fn set_target_layer(self, layer: impl Into<i32>) { ... } fn disable_animator_control(self) { ... } fn get_pivot(self) -> Vector3 { ... } fn is_reject(self, camera: impl Into<Camera>) -> bool { ... } fn is_outline(self, camera: impl Into<Camera>) -> bool { ... } fn is_skin_weights1(self, camera: impl Into<Camera>) -> bool { ... } fn is_skin_weights2(self, camera: impl Into<Camera>) -> bool { ... } fn update_camera_alpha(self, speed: impl Into<f32>) { ... } fn update_camera_outline(self, speed: impl Into<f32>) { ... } fn update_camera_skin_weights(self) { ... } fn update_enabled(self, enabled: impl Into<bool>) { ... } fn set_outline_enabled(self, enabled: impl Into<bool>) { ... } fn set_outline_scale(self, scale: impl Into<f32>) { ... } fn set_skin_quality(self, skin_quality: impl Into<SkinQuality>) { ... } fn on_destroy(self) { ... } fn update_alpha(self) { ... } fn ctor(self) { ... }
}

Provided Methods§

Source

fn start(self)

Start() overload

Source

fn try_initialize(self)

TryInitialize() overload

Source

fn try_release(self)

TryRelease() overload

Source

fn set_fade_alpha(self, alpha: impl Into<f32>)

SetFadeAlpha(f32) overload

Source

fn get_alpha(self) -> f32

GetAlpha() overload

Source

fn set_target_layer(self, layer: impl Into<i32>)

SetTargetLayer(i32) overload

Source

fn disable_animator_control(self)

DisableAnimatorControl() overload

Source

fn get_pivot(self) -> Vector3

GetPivot() overload

Source

fn is_reject(self, camera: impl Into<Camera>) -> bool

IsReject(crate::unity_engine::camera::Camera) overload

Source

fn is_outline(self, camera: impl Into<Camera>) -> bool

IsOutline(crate::unity_engine::camera::Camera) overload

Source

fn is_skin_weights1(self, camera: impl Into<Camera>) -> bool

IsSkinWeights1(crate::unity_engine::camera::Camera) overload

Source

fn is_skin_weights2(self, camera: impl Into<Camera>) -> bool

IsSkinWeights2(crate::unity_engine::camera::Camera) overload

Source

fn update_camera_alpha(self, speed: impl Into<f32>)

UpdateCameraAlpha(f32) overload

Source

fn update_camera_outline(self, speed: impl Into<f32>)

UpdateCameraOutline(f32) overload

Source

fn update_camera_skin_weights(self)

UpdateCameraSkinWeights() overload

Source

fn update_enabled(self, enabled: impl Into<bool>)

UpdateEnabled(bool) overload

Source

fn set_outline_enabled(self, enabled: impl Into<bool>)

SetOutlineEnabled(bool) overload

Source

fn set_outline_scale(self, scale: impl Into<f32>)

SetOutlineScale(f32) overload

Source

fn set_skin_quality(self, skin_quality: impl Into<SkinQuality>)

SetSkinQuality(crate::unity_engine::skinquality::SkinQuality) overload

Source

fn on_destroy(self)

OnDestroy() overload

Source

fn update_alpha(self)

UpdateAlpha() 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: IIron19CharacterFader> IIron19CharacterFaderMethods for __T

Available on crate feature root-iron19characterfader only.