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§
Sourcefn try_initialize(self)
fn try_initialize(self)
TryInitialize() overload
Sourcefn try_release(self)
fn try_release(self)
TryRelease() overload
Sourcefn set_fade_alpha(self, alpha: impl Into<f32>)
fn set_fade_alpha(self, alpha: impl Into<f32>)
SetFadeAlpha(f32) overload
Sourcefn set_target_layer(self, layer: impl Into<i32>)
fn set_target_layer(self, layer: impl Into<i32>)
SetTargetLayer(i32) overload
Sourcefn disable_animator_control(self)
fn disable_animator_control(self)
DisableAnimatorControl() overload
Sourcefn is_reject(self, camera: impl Into<Camera>) -> bool
fn is_reject(self, camera: impl Into<Camera>) -> bool
IsReject(crate::unity_engine::camera::Camera) overload
Sourcefn is_outline(self, camera: impl Into<Camera>) -> bool
fn is_outline(self, camera: impl Into<Camera>) -> bool
IsOutline(crate::unity_engine::camera::Camera) overload
Sourcefn is_skin_weights1(self, camera: impl Into<Camera>) -> bool
fn is_skin_weights1(self, camera: impl Into<Camera>) -> bool
IsSkinWeights1(crate::unity_engine::camera::Camera) overload
Sourcefn is_skin_weights2(self, camera: impl Into<Camera>) -> bool
fn is_skin_weights2(self, camera: impl Into<Camera>) -> bool
IsSkinWeights2(crate::unity_engine::camera::Camera) overload
Sourcefn update_camera_alpha(self, speed: impl Into<f32>)
fn update_camera_alpha(self, speed: impl Into<f32>)
UpdateCameraAlpha(f32) overload
Sourcefn update_camera_outline(self, speed: impl Into<f32>)
fn update_camera_outline(self, speed: impl Into<f32>)
UpdateCameraOutline(f32) overload
Sourcefn update_camera_skin_weights(self)
fn update_camera_skin_weights(self)
UpdateCameraSkinWeights() overload
Sourcefn update_enabled(self, enabled: impl Into<bool>)
fn update_enabled(self, enabled: impl Into<bool>)
UpdateEnabled(bool) overload
Sourcefn set_outline_enabled(self, enabled: impl Into<bool>)
fn set_outline_enabled(self, enabled: impl Into<bool>)
SetOutlineEnabled(bool) overload
Sourcefn set_outline_scale(self, scale: impl Into<f32>)
fn set_outline_scale(self, scale: impl Into<f32>)
SetOutlineScale(f32) overload
Sourcefn set_skin_quality(self, skin_quality: impl Into<SkinQuality>)
fn set_skin_quality(self, skin_quality: impl Into<SkinQuality>)
SetSkinQuality(crate::unity_engine::skinquality::SkinQuality) overload
Sourcefn on_destroy(self)
fn on_destroy(self)
OnDestroy() overload
Sourcefn update_alpha(self)
fn update_alpha(self)
UpdateAlpha() 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§
impl<__T: IIron19CharacterFader> IIron19CharacterFaderMethods for __T
root-iron19characterfader only.