pub struct BakeChannels { /* private fields */ }
Implementations§
Source§impl BakeChannels
impl BakeChannels
Sourcepub const ALBEDO_ALPHA: BakeChannels
pub const ALBEDO_ALPHA: BakeChannels
Godot enumerator name: BAKE_CHANNEL_ALBEDO_ALPHA
Sourcepub const NORMAL: BakeChannels
pub const NORMAL: BakeChannels
Godot enumerator name: BAKE_CHANNEL_NORMAL
Sourcepub const ORM: BakeChannels
pub const ORM: BakeChannels
Godot enumerator name: BAKE_CHANNEL_ORM
Sourcepub const EMISSION: BakeChannels
pub const EMISSION: BakeChannels
Godot enumerator name: BAKE_CHANNEL_EMISSION
Trait Implementations§
Source§impl Clone for BakeChannels
impl Clone for BakeChannels
Source§fn clone(&self) -> BakeChannels
fn clone(&self) -> BakeChannels
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for BakeChannels
impl Debug for BakeChannels
Source§impl EngineEnum for BakeChannels
impl EngineEnum for BakeChannels
Source§impl FromGodot for BakeChannels
impl FromGodot for BakeChannels
Source§fn try_from_godot(via: Self::Via) -> Result<Self, ConvertError>
fn try_from_godot(via: Self::Via) -> Result<Self, ConvertError>
Converts the Godot representation to this type, returning
Err
on failure.Source§fn from_godot(via: Self::Via) -> Self
fn from_godot(via: Self::Via) -> Self
⚠️ Converts the Godot representation to this type. Read more
Source§fn try_from_variant(variant: &Variant) -> Result<Self, ConvertError>
fn try_from_variant(variant: &Variant) -> Result<Self, ConvertError>
Performs the conversion from a [
Variant
], returning Err
on failure.Source§fn from_variant(variant: &Variant) -> Self
fn from_variant(variant: &Variant) -> Self
⚠️ Performs the conversion from a [
Variant
]. Read moreSource§impl GodotConvert for BakeChannels
impl GodotConvert for BakeChannels
Source§impl Hash for BakeChannels
impl Hash for BakeChannels
Source§impl PartialEq for BakeChannels
impl PartialEq for BakeChannels
Source§impl ToGodot for BakeChannels
impl ToGodot for BakeChannels
impl Copy for BakeChannels
impl Eq for BakeChannels
impl StructuralPartialEq for BakeChannels
Auto Trait Implementations§
impl Freeze for BakeChannels
impl RefUnwindSafe for BakeChannels
impl Send for BakeChannels
impl Sync for BakeChannels
impl Unpin for BakeChannels
impl UnwindSafe for BakeChannels
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more